basicprogramming.org


Welcome, Guest. Please login or register.
Did you miss your activation email?
Forum time; Jul 31. 2010, 04:24
Home Help Search Calendar Login Register
News: Have you got suggestions for BasicProgramming.org? Let's hear them!
Interested in creating your own programming language? Check out the QDepartment group!

+  BASIC programming forum
|-+  Basic Coding
| |-+  Basic Interpreters.
| | |-+  sdlBasic
| | | |-+  About sdlBasic
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] 2 Go Down Reply Print
Author Topic: About sdlBasic  (Read 690 times)
Cybermonkey
Global Moderator
Hero Member
*****
Offline Offline

Posts: 931



WWW
« on: Nov 09. 2009, 15:00 » Reply with quote

sdlBasic is a nice BASIC for game development. (2D only)
It comes with its own IDE based on Scintilla and is multi-platform. The latest stable release works on Linux and Windows. On Ubuntu sdlBasic is in the official repositories and can be installed with ease.
Programs can be made executable, so that they can be distributed as a binary.

From the documentation:
Quote
sdlBasic is a basic interpreter to write 2d games, it combines the simplicity of Basic language with the power of SDL libraries.

Recent (stable, source and binary) version can be found on: http://sourceforge.net/projects/sdlbasic/files/
Most recent version (alcor 0.8 only source) is here: http://sdlbasic.svn.sourceforge.net/viewvc/sdlbasic/

Bugfixed versions based on alcor 0.8 (by gersen):
Source-Tarball: http://www.basicprogramming.org/sdlbasic/files/sdlbasic.tar.gz
Binary 32bit Linux (built on Absolute Linux): http://www.basicprogramming.org/sdlbasic/files/sdlBrt-linux-x86.tar.gz
Binary 64bit Linux (built on Kubuntu 9.10): http://www.basicprogramming.org/sdlbasic/files/sdlBrt-linux-x64.tar.gz
(I hope we can provide a Win32 binary soon)

We saved the documentation to our server (version from Ubuntu package):
http://www.basicprogramming.org/sdlbasic/documentation/

Copyright notice:
http://www.basicprogramming.org/sdlbasic/copyright.html

(This topic will be extended soon)
« Last Edit: Nov 12. 2009, 14:58 by cybermonkey342 » Report to moderator   Logged

Best wishes,
Cybermonkey
E.K.Virtanen
Blah
Hero Member
*****
Offline Offline

Posts: 2441



WWW
« Reply #1 on: Nov 09. 2009, 15:08 » Reply with quote

Is sdl in repos of all debian based distros on in ubuntu only?
Report to moderator   Logged

Cybermonkey
Global Moderator
Hero Member
*****
Offline Offline

Posts: 931



WWW
« Reply #2 on: Nov 09. 2009, 15:11 » Reply with quote

Dunno, seems to be in Debian, too.
Report to moderator   Logged

Best wishes,
Cybermonkey
menn
Hero Member
*****
Offline Offline

Posts: 571


« Reply #3 on: Nov 09. 2009, 17:49 » Reply with quote

sdl is required for dosbox, which is in most distros. if i was developing something that used sdl, i would just be certain it was compatible with the dosbox version.
Report to moderator   Logged

an "all purpose" language calls for- as much as can possibly be reasonable- an "all purpose" forum. the worst thing happening to modern basic? too many pointless rules and painting everything into corners. most modern basic forums are like that too.
Cybermonkey
Global Moderator
Hero Member
*****
Offline Offline

Posts: 931



WWW
« Reply #4 on: Nov 10. 2009, 02:48 » Reply with quote

I think ekv meant sdlBasic?
Report to moderator   Logged

Best wishes,
Cybermonkey
E.K.Virtanen
Blah
Hero Member
*****
Offline Offline

Posts: 2441



WWW
« Reply #5 on: Nov 10. 2009, 03:42 » Reply with quote

I think ekv meant sdlBasic?

Aye, but cant blame if someone got my post wrong. I should have payd better attention to point out what i ment.
Report to moderator   Logged

Cybermonkey
Global Moderator
Hero Member
*****
Offline Offline

Posts: 931



WWW
« Reply #6 on: Nov 11. 2009, 15:20 » Reply with quote

Updated "About sdlBasic" 11-11-2009; uploaded documentation and copyright notice. Added link to alcor 0.8 source.
Report to moderator   Logged

Best wishes,
Cybermonkey
Cybermonkey
Global Moderator
Hero Member
*****
Offline Offline

Posts: 931



WWW
« Reply #7 on: Nov 12. 2009, 15:00 » Reply with quote

Uploaded 12-11-2009: bugfixed source and binary for 32 and 64 bit Linux.
Changes:
Quote
10-11-09  Exit sub and Exit function now work. Fix to eval.c
09-11-09  Funtion Atan2 added. Additions to builtin.h and builtin.c
Report to moderator   Logged

Best wishes,
Cybermonkey
bedtimeEKV
Guest
« Reply #8 on: Nov 12. 2009, 15:12 » Reply with quote

Yo cyb. Create some kind of index.html there too.
Now there is my quickly uploaded

Code:
<html>
  <head>
    <title>HelloWorld</title>
  </head>
  <body>
    <h1>HelloWorld</h1>
  </body>
</html>

 Wink nite you all...
Report to moderator   Logged
Cybermonkey
Global Moderator
Hero Member
*****
Offline Offline

Posts: 931



WWW
« Reply #9 on: Nov 13. 2009, 01:36 » Reply with quote

Yes, yes, will come soon. Need some time.
Report to moderator   Logged

Best wishes,
Cybermonkey
asymetrix
Newbie
*
Offline Offline

Posts: 4


« Reply #10 on: Nov 14. 2009, 17:21 » Reply with quote


Hi

Im new here, I love SDLBasic but the old forum was dead, and no ne updates.

SDL Basic must not be allowed to die, its platform independant, once it gets GUI support it will rock !

Maybe the new SDL Basic could be easily setup to compile on : devcpp ?

http://www.bloodshed.net/devcpp.html

Just waiting for the updated win32 version for my Windows 7 system so I can play with it again :-)
Report to moderator   Logged
Derek
Administrator
Hero Member
*****
Offline Offline

Posts: 1001



WWW
« Reply #11 on: Nov 15. 2009, 01:55 » Reply with quote

Hi asymetrix,

welcome to the forum.

Derek.
Report to moderator   Logged

wget http://*
E.K.Virtanen
Blah
Hero Member
*****
Offline Offline

Posts: 2441



WWW
« Reply #12 on: Nov 15. 2009, 03:12 » Reply with quote

Hi asymetrix,

welcome to the forum.

Derek.

+1 Wink
Report to moderator   Logged

Cybermonkey
Global Moderator
Hero Member
*****
Offline Offline

Posts: 931



WWW
« Reply #13 on: Nov 15. 2009, 11:40 » Reply with quote

Okay,

there is now a page on:
http://www.basicprogramming.org/sdlbasic/

What about a menu entry on the front page of bp.org?
Report to moderator   Logged

Best wishes,
Cybermonkey
E.K.Virtanen
Blah
Hero Member
*****
Offline Offline

Posts: 2441



WWW
« Reply #14 on: Nov 15. 2009, 13:30 » Reply with quote

Added at dropdown menu, under Subdomains
Report to moderator   Logged

Pages: [1] 2 Go Up Reply Print 
« previous next »
Jump to:  
Atom RDF RSS 0.91 RSS 2.0


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!