Search found 3 matches
- Thu Jan 28, 2016 10:21 pm
- Forum: Graphics programming
- Topic: Löve2D
- Replies: 21
- Views: 16028
Re: Löve2D
I have a related issue; The full screen SDL2+Love with OpenGLES on the PI (so, hardware accelerated) is working fine - except that I have some border of pixels that are not visible on screen e.g. I can not see anything drawn to the left 30pixels, WIDTH-30pixels and the same on top and bottom The dis...
- Thu Jun 19, 2014 7:02 pm
- Forum: OpenVG
- Topic: OpenVG and C#
- Replies: 0
- Views: 1845
OpenVG and C#
I have written C# wrapper around AJStarks OpenVG library for use with Mono and C#.
https://bitbucket.org/grrussel/openvg/src
Early days, but may be useful for someone.
Cheers,
George
https://bitbucket.org/grrussel/openvg/src
Early days, but may be useful for someone.
Cheers,
George
- Wed Aug 01, 2012 8:43 pm
- Forum: Raspberry Pi OS
- Topic: Clang compiler on Raspbian
- Replies: 2
- Views: 7019
Clang compiler on Raspbian
I want to use the clang C++ compiler on Raspbian. This is blocked by a bug preventing compiled programs from linking. The bug is either in clang, or the raspbian compilation thereof, but probably clang (http://llvm.org/bugs/show_bug.cgi?id=13506 and https://bugs.launchpad.net/raspbian/+bug/1031890 )...