We would like to build a community for Small Basic programmers of any age who like to code. Everyone from total beginner to guru is welcome. Click here to register and share your programming journey!


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
3D Programming in SB
#3
SB anything is never going to blazing fast!

It is however a great place to learn and with careful coding good things can be done.  But, ultimately to get better performance you have to use better hardware and code more directly for it.  We are not going to be writing GPU shader code in SB sometime soon.  The LD extension is as fast as it can be reasonably be made, many of the overheads in SB are due to the 'Primitive' data type and arrays so careful use of LDList, LDArray and LDFastArray can go some way to improve things.  Often best to have good program design and limit things as necessary.

So if a few of you want to try writing 3D stuff, then we can have a thread for it (so I split to this one) - as always the first will be the equivalent of "Hello World" - get anything/something to show up in 3D!

So, anyone interested in joining the 3D jouney, first challenge:

*** Try to create anything that shows something in 3D using LD3DView without copying existing code! ***

And share your code to help each other.
[-] The following 2 users Like litdev's post:
  • AbsoluteBeginner, z-s
Reply


Messages In This Thread
3D Programming in SB - by litdev - 07-08-2024, 09:29 AM
RE: 3D Programming in SB - by AbsoluteBeginner - 07-08-2024, 02:05 PM
RE: 3D Programming in SB - by z-s - 07-08-2024, 03:52 PM
RE: 3D Programming in SB - by litdev - 07-08-2024, 04:08 PM
RE: 3D Programming in SB - by AbsoluteBeginner - 07-10-2024, 08:03 AM
RE: 3D Programming in SB - by litdev - 07-10-2024, 08:39 AM
RE: 3D Programming in SB - by z-s - 07-10-2024, 09:39 AM
RE: 3D Programming in SB - by litdev - 07-10-2024, 10:02 AM
RE: 3D Programming in SB - by z-s - 07-10-2024, 10:12 AM
RE: 3D Programming in SB - by AbsoluteBeginner - 07-10-2024, 10:16 AM
RE: 3D Programming in SB - by z-s - 07-10-2024, 10:16 AM
RE: Someone wrote in the Facebook group. Creative users may be interested. - by litdev - 07-08-2024, 12:06 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)