Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariuz/androidgraphics2dex
Android Graphics2D Exeamples made with OpenGL , sometimes you need to draw lines ...
https://github.com/mariuz/androidgraphics2dex
Last synced: about 2 months ago
JSON representation
Android Graphics2D Exeamples made with OpenGL , sometimes you need to draw lines ...
- Host: GitHub
- URL: https://github.com/mariuz/androidgraphics2dex
- Owner: mariuz
- Created: 2011-05-13T13:16:30.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-05-13T14:14:45.000Z (over 13 years ago)
- Last Synced: 2024-05-01T13:25:59.428Z (8 months ago)
- Language: Java
- Homepage: http://www.saturn.dti.ne.jp/~npaka/android/Graphics2DEx/index.html
- Size: 199 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Sometimes you need to draw simple lines in OpenGL or simple 2d aplications (http://en.wikipedia.org/wiki/Hangman_%28game%29)
and still prefering OpenGL api instead of the one created by google
I needded such api for the school lab (eg drawing simple stuff for games with opengl but on android/desktop)
So i found it http://www.saturn.dti.ne.jp/~npaka/android/Graphics2DEx/index.html