VisualFBEditor and InForm

Post

Posted
Rating:
#1 (In Topic #602)
Avatar
Regular
Technopeasant is in the usergroup ‘Regular’
Here is something interesting I just came across. Someone has made a Visual Basic style IDE for FreeBASIC.

<IMG src="https://camo.githubusercontent.com/dcefffaa2adc33021cff64ff3f055e247b1b2792fd62c62caa467dc2dd9b1eb4/68747470733a2f2f7777772e6379626572666f72756d2e72752f626c6f675f6174746163686d656e742e7068703f6174746163686d656e7469643d3439323126643d31353331373635323439"> </IMG>

https://github.com/XusinboyBekchanov/VisualFBEditor/

Might be a good target for if I want to try porting any of my Gambas programs over to Windows, though I doubt it is nearly as feature complete as Gambas (being restricted to Unix-like systems is my only complaint with Gambas).

Previously was looking into writing a basic form converter between Gambas and Lazarus, but that requires getting used to Pascal.
Online now: No Back to the top

Post

Posted
Rating:
#2
Avatar
Regular
Technopeasant is in the usergroup ‘Regular’
 So I could not get FreeBASIC to compile anything on Fedora due to an ncurses library issue (might need to build a custom package), but I built this on my girlfriend's Windows 7 install and played around with it. Certainly a lot rougher around the edges than Gambas and not nearly as feature rich, but it seems to get the job done for basic RAD development. I created a quick little test game in it. I would recommend it to people who want a free software visual IDE with BASIC syntax that absolutely need it to be cross-platform (the documentation is currently woeful though, but so was Gambas' when I started with it honestly). Might build a Gambas conversion tool down the road.

Also been playing around with various older/less known BASIC interpreters and compilers from the RPM Sphere repository (yaBASIC, wxBASIC, MyBasic, SmallBasic, SDLBasic, BASIC-265, bwBasic, TinyBasic, tcbasic, nuBasic, XBasic, X11-Basic, the list goes on and on) and testing them with some old QBasic code. Fun times.
Online now: No Back to the top

Post

Posted
Rating:
#3
Avatar
Regular
cage is in the usergroup ‘Regular’
 I couldn't get the VisualFBEditor to compile in arch.  Shame I was looking to try it out.  I do use QB64 with Inform gui creator.  The program is a bit old but still works with QB64.  However I had to use the basic code and compile it with QB64.
Online now: No Back to the top

Post

Posted
Rating:
#4
Avatar
Regular
Technopeasant is in the usergroup ‘Regular’
Did you build MyFBFramework alongside it?

https://github.com/XusinboyBekchanov/MyFbFramework

That needs to be in its own directory within VisualFBDesigner in order for it to load.

I have not had any trouble getting it to build other than getting FreeBASIC itself set up.
Online now: No Back to the top

Post

Posted
Rating:
#5
Avatar
Regular
Technopeasant is in the usergroup ‘Regular’
Apparently this was given a nod in The Register.

RAD Basic releases third alpha • The Register

It is still seeing active development. I should try building it on Fedora again.
Online now: No Back to the top

Post

Posted
Rating:
#6
Avatar
Regular
cage is in the usergroup ‘Regular’
 I had it working in arch but after a couple of kernel updates it would no longer run. Seems it also runs on an older version ncurses and that is why it won't compile.
Online now: No Back to the top

Post

Posted
Rating:
#7
Avatar
Regular
Technopeasant is in the usergroup ‘Regular’
When I tried building it on my older Fedora laptop I could not get a current version of FreeBASIC to run. I have ran it on Windows 7 though.
Online now: No Back to the top

Post

Posted
Rating:
#8
Avatar
Regular
Technopeasant is in the usergroup ‘Regular’
There is now an event driven graphical IDE for QB64 as well.

<IMG src="https://qb64.com/images/inform_designer_v1_3.png"> </IMG>

QB64.com | QB64 is a modern extended BASIC programming language that retains QBasic/QuickBASIC 4.5 compatibility and compiles native binaries for Windows, Linux, and macOS.
Online now: No Back to the top

Post

Posted
Rating:
#9
Avatar
Regular
Technopeasant is in the usergroup ‘Regular’
VisualFBEditor now comes with a pre-built Linux executable and I was able to get it working with a copy of FreeBASIC I installed from RPM Sphere.
Online now: No Back to the top

Post

Posted
Rating:
#10
Online now: No Back to the top
1 guest and 0 members have just viewed this.