justinhj / lispbuilder

Automatically exported from code.google.com/p/lispbuilder
0 stars 0 forks source link

SDL 2.x support #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Greetings,

I really think we should get SDL 1.3 support in as quickly as possible. It adds 
TextInput, which is very crucial for creating portable "desktopy" apps. A whole 
class of Lisp apps will be made possible by the presence of portable graphic 
primitives with text I/O capabilities.

At the moment, one can cheat by using SDL_ttf for the output, and scrapping 
scan-codes off of keypress events. I don't need to point out how ugly this is, 
both in code aesthetics and also display.

Regards

- mahmud

Original issue reported on code.google.com by bigthing...@gmail.com on 16 Jan 2011 at 5:31

GoogleCodeExporter commented 9 years ago
Also it comes with GLES support, making it easier to build lispy SDL apps for 
android. WE NEED THIS!

Original comment by anes.lih...@gmail.com on 5 Feb 2013 at 11:57

GoogleCodeExporter commented 9 years ago
Looks like SDL decided to skip 1.3 and jump straight to 2.0.

This is still an important issue, just not one I have time to deal with in the 
foreseeable future. Implementers welcome.

Original comment by elliotts...@gmail.com on 17 Nov 2013 at 10:59

GoogleCodeExporter commented 9 years ago

Original comment by elliotts...@gmail.com on 4 Jan 2014 at 2:38