Great.
I'd like to see some video of
config menu (and buttons) system , save game options\status ......
some usage of midware(soft) in this forum (there some good midware in forum but can't figout it's usage)
game level editor , OpenglES subsystem usage ...
Search found 56 matches
- Sun Apr 24, 2016 1:19 pm
- Forum: General
- Topic: Video Tutorials
- Replies: 8
- Views: 4653
- Fri Dec 25, 2015 2:50 pm
- Forum: Support and Development
- Topic: SuperToast, RaspberryPi 2 and Raspbian Jessie
- Replies: 18
- Views: 18314
Re: SuperToast, RaspberryPi 2 and Raspbian Jessie
Great job. I have a Pi B+, I want to know if Love 0.10.0 also can use GLES on it . MachineCode , I have read your post in raspberryPi forum, HeadCase is U ,right? Many thanks for hardly works. It is now ,holiday , the final Love 0.10.0 is out , will u test it may be something fix or updated when u a...
- Fri Dec 25, 2015 1:35 pm
- Forum: Support and Development
- Topic: How to use LÖVE for Android?
- Replies: 6
- Views: 19967
Re: How to use LÖVE for Android?
I use Love for android 0.9.1 0.9.2 . After I make a fold in sdcard: sdcard/lovegame, and dezip(unzip) a no.love (game) ,and copy all subfolder and files into it . Then I can play it ,use the icon ,a blue android , i guess it from love 0.9.2a apk. The main.lua must in lovegame (not in deeper sub fold...
- Wed Feb 05, 2014 7:07 am
- Forum: Support and Development
- Topic: imageData.h missing when making GLES2-compatibility
- Replies: 10
- Views: 8744
Re: imageData.h missing when making GLES2-compatibility
And when I use the newest Raspbian : 2014-01-07-wheezy-raspbian , test the GLES branch both hg clone and the link in slime post , the same errors , (the GCC version is 4.6.3) what should I do ?
- Tue Jan 28, 2014 2:37 pm
- Forum: Support and Development
- Topic: imageData.h missing when making GLES2-compatibility
- Replies: 10
- Views: 8744
Re: imageData.h missing when making GLES2-compatibility
When I search cstddef in heads, I just found my X86 PC is gcc-4.7 , and RaspberryPi wheezy use gcc-4.6, mybe the file : cstddef is diff in libstdc++6-4.6-dev VS libstdc++6-4.7-dev ? Now I am removing gcc, g++, libstdc++6-4.6-dev and get a newer gcc family of 4.7 for testing. After apt-get gcc-4.7 et...
- Mon Jan 27, 2014 2:05 pm
- Forum: Support and Development
- Topic: imageData.h missing when making GLES2-compatibility
- Replies: 10
- Views: 8744
Re: imageData.h missing when making GLES2-compatibility
Q1: Is my way about OpenGL-ES2 support right?(Does libgl1-mesa-dev include OpenGL-ES2 hardware support(ARM) ?) After "apt-get install libgles2-mesa-dev" , configure sad OpenGL not found. After "apt-get install mesa-common-dev" , configure sad OpenGL not found. After "apt-get...
- Sat Jan 25, 2014 2:49 pm
- Forum: Support and Development
- Topic: imageData.h missing when making GLES2-compatibility
- Replies: 10
- Views: 8744
Re: imageData.h missing when making GLES2-compatibility
I find a tip for find OpenGL-dev : http://www.codeproject.com/Articles/182109/Setting-up-an-OpenGL-development-environment-in-Ub Open http://www.debian.org/distrib/packages , clike "Search the contents of packages", select "packages that contain files named like this " and search...
- Sat Jan 25, 2014 2:20 pm
- Forum: Support and Development
- Topic: imageData.h missing when making GLES2-compatibility
- Replies: 10
- Views: 8744
Re: imageData.h missing when making GLES2-compatibility
Thank slime and bartbes , I copyed sdl2.pc to /usr/local/share/aclocal,and modified platform/ unix/automagic line 47: ${ACLOCAL} -I /usr/local/share/aclocal 2>&1 || return 1 This time ,automagic running is OK. But when I run ./configure , I get : ... for library containing glLoadIdentity... no c...
- Sun Jan 19, 2014 10:39 am
- Forum: Support and Development
- Topic: imageData.h missing when making GLES2-compatibility
- Replies: 10
- Views: 8744
Re: imageData.h missing when making GLES2-compatibility
I had download SDL2.0.2 , make make install , OK And I get GLES branch , when I use" ./platform/unix/automagic -d" , I get : configure.ac:54: error: possibly undefined macro: AM_PATH_SDL2 If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. ...
- Sat Jan 18, 2014 4:01 pm
- Forum: Support and Development
- Topic: imageData.h missing when making GLES2-compatibility
- Replies: 10
- Views: 8744
imageData.h missing when making GLES2-compatibility
Hi I have a RaspBerryPi board, with debian wheezy-raspbian(2013-12, now has newer haven't test it).I want to make Love2D on it use OpenGL-ES2, I search forum and found GLES2-compatibility. After automagic and ./configure , apt-get a lot of libfoo-dev(some name is diff from configure report,but can g...