Search found 27 matches

by JohnK_RQ
Sep 01, 2022 2:31
Forum: Community Discussion
Topic: Facebook owns freebasic.com
Replies: 6
Views: 1971

Re: Facebook owns freebasic.com

Http redirect would be great. Thanks.jk
by JohnK_RQ
Aug 23, 2022 21:42
Forum: Community Discussion
Topic: Facebook owns freebasic.com
Replies: 6
Views: 1971

Re: Facebook owns freebasic.com

Does that mean all subdomains are owned by Facebook meta? I am in charge of rapidq.phatcode.net, but that the website keeps going is a mystery to me. Also how to get https status on it.
Thanks johnk
by JohnK_RQ
Jan 09, 2022 0:06
Forum: Community Discussion
Topic: What are you using FB for and what features do you use most?
Replies: 62
Views: 8046

Re: What are you using FB for and what features do you use most?

I use FB to reuse basic-compatible code, and dlls to support older rapidq apps, and some stuff made by DJ Peters. I find it is a nice compiler!
by JohnK_RQ
Dec 21, 2021 0:34
Forum: Community Discussion
Topic: Revamping the forum?
Replies: 129
Views: 20754

Re: Revamping the forum?

My simple suggestions: No auto line wrap on code When I request password... "forgot password" link, Gmail automatically sends it to spam, no notification. This is confusing. When I take it out of the spam folder, it's placed in "promotions." Any idea how to fix your boards notifi...
by JohnK_RQ
Aug 07, 2021 19:10
Forum: Sources, Examples, Tips and Tricks
Topic: Using Shadertoy.com shaders offline.
Replies: 16
Views: 9954

Re: Using Shadertoy.com shaders offline.

Textures and mouse will work with DJ Peters code, you just have to set it up . here is my code in rapidQ with DJ's code as DLL with lots of examples. Windows source code and precomputed binaries are included. http://rapidq.phatcode.net/openGL/GLSL_Demo.zip The rapidQ code is similar to freebasic, bu...
by JohnK_RQ
Mar 05, 2021 6:52
Forum: Community Discussion
Topic: window10 denies saving file
Replies: 7
Views: 1271

Re: window10 denies saving file

Not sure what is going on. You have to be an admin to set your privileges to admin. If you are the only user then you should be an admin. Check Settings-users and accounts- your account - check you are an admin You can right click on a folder /drive and set read write privileges to all users, throug...
by JohnK_RQ
Mar 02, 2021 4:32
Forum: Community Discussion
Topic: window10 denies saving file
Replies: 7
Views: 1271

Re: window10 denies saving file

Apparently you are not logged in as an admin?
Or you need to set privileges for c:\.
Typically win does not want users to save to root folder, that is not secure. Rather c:\users\XXXXX\freebasic
OR
setup D: drive partition and save to that root
by JohnK_RQ
Jan 23, 2021 19:36
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 891
Views: 131338

Re: VisualFBEditor - IDE for FreeBasic

I really like this project, reminds me of VB6 / RapidQ for which there is a TON of source code. Sorry if asked before, when I load VisualFBEditor the compiler is auto set to d:\..... is there a way for your app to auto search for common FB compiler paths at runtime? Is the plan to be able to read in...
by JohnK_RQ
Jan 23, 2021 18:44
Forum: Projects
Topic: VFB IDE【Visual Freebasic】Like vb6@5.8.11//2023-7-6
Replies: 142
Views: 58580

Re: New IDE:vfb(Visual Freebasic)Like vb6,vb7,Update 2021-1-21

Moderators, can you please MODERATE this trash? If the project is not legitimate then please remove. If it is legitimate, then please remove worthless comments. This forum has way too much bandwidth to deal with.
by JohnK_RQ
Dec 22, 2020 15:16
Forum: Projects
Topic: Shaders from shadertoy.com on old OpenGL 2.x gfx cards.
Replies: 27
Views: 10454

Re: Shaders from shadertoy.com on old OpenGL 2.x gfx cards.

Updated code to show a FPS counter in the status bar. Get it from the same place.
http://rapidq.phatcode.net/openGL/GLSL_Demo.zip

fröhlich weihnachten
by JohnK_RQ
Dec 22, 2020 6:56
Forum: Projects
Topic: Shaders from shadertoy.com on old OpenGL 2.x gfx cards.
Replies: 27
Views: 10454

Re: Shaders from shadertoy.com on old OpenGL 2.x gfx cards.

I guess you can't use gfx.null with ScreenRes if you want an openGL context. Anyway here is my code in rapidQ with free basic DLL. It makes it easy to use the code posted in shaderToy. You can add textures, make Avi movies, use the mouse and offsets, and even modify and then execute glsl code. Just ...
by JohnK_RQ
Nov 30, 2020 22:52
Forum: Emscripten
Topic: FreeBasic+Emscripten+OpenB3D: sky is the limit
Replies: 18
Views: 4802

Re: FreeBasic+Emscripten+OpenB3D: sky is the limit

Correct on my Android phone, crashes probably because of webGl is not supported.

On my Win10 Surface laptop, I get variable amount of rendering, then can come up with exception.

Clicking fullscreen always causes exception.
by JohnK_RQ
Nov 30, 2020 2:46
Forum: Projects
Topic: Shaders from shadertoy.com on old OpenGL 2.x gfx cards.
Replies: 27
Views: 10454

Re: Shaders from shadertoy.com on old OpenGL 2.x gfx cards.

Thanks for this code, it is excellent 3d rendering. Is it possible to get a fb.gfx_null window to work? I am using Win10. I say this because I just want the gl context and pixels. That is, just the bitmap and not the screen generated by ScreenRes. I can get the bitmap from glReadPixels. Using wglMak...
by JohnK_RQ
Nov 30, 2020 2:33
Forum: Emscripten
Topic: FreeBasic+Emscripten+OpenB3D: sky is the limit
Replies: 18
Views: 4802

Re: FreeBasic+Emscripten+OpenB3D: sky is the limit

I like the idea but after a few seconds
I get an "exception error, see javascript console"
I can't open the console and nothing appears in the rendered console.
Good luck!
by JohnK_RQ
Apr 15, 2020 2:39
Forum: Community Discussion
Topic: Could someone make a list of FreeBASIC GUI libraries/frameworks?
Replies: 166
Views: 31890

Re: Could someone make a list of FreeBASIC GUI libraries/frameworks?

I think the best advice here is to suggest the gui libraries that are most mature that you can search in posts. They should be C, or C++ with wrapper, or native fb code FLTK multi platform FBGUI IUP Win API but that is probably better by a helper like FreeQ or? WX-C To me there is only one gui for f...