Author Topic: SGEngine Demo  (Read 5985 times)

Offline SnooPI

  • Dr. Type
  • ****
  • Posts: 424
    • View Profile
SGEngine Demo
« on: 2020-Nov-10 »
I don't have much time to talk about it, but it's a 3D engine for GLB based on Irrlicht and IrrKlang.

I will come back to this later.

-------------- EDIT

The Irrlicht Engine has been updated to version 1.8.5, it re-motivated me and this week I made a big update to my 3D engine.
Here is a new SGE demo.
It uses 3D sound but there might be a problem with the volume as I adjusted it with the headphones (I have to buy speakers :-[ )
It doesn't use shaders (easier to adapt for mobile).
« Last Edit: 2021-Nov-14 by SnooPI »

Offline Qedo

  • Dr. Type
  • ****
  • Posts: 389
  • to program what I have do how should programming?
    • View Profile
Re: SGEngine
« Reply #1 on: 2020-Nov-10 »
very very interesting.  :booze:
 will there also be an android version?

Offline SnooPI

  • Dr. Type
  • ****
  • Posts: 424
    • View Profile
Re: SGEngine
« Reply #2 on: 2020-Nov-10 »
For the moment no, but maybe later because it seems that a version of Irrlicht for android is in development.
Even if the physics in Irrlicht is already important (especially for collisions), I will try to integrate a physics engine (ODE or Newton) and add examples.
 :booze:

Offline bigsofty

  • Community Developer
  • Prof. Inline
  • ******
  • Posts: 2795
    • View Profile
Re: SGEngine
« Reply #3 on: 2020-Nov-11 »
Very smooth, looks great too!  :good:
Cheers,

Ian.

“It is practically impossible to teach good programming style to students that have had prior exposure to BASIC.  As potential programmers, they are mentally mutilated beyond hope of regeneration.”
(E. W. Dijkstra)

Offline Schranz0r

  • Premium User :)
  • Administrator
  • Prof. Inline
  • *******
  • Posts: 5116
  • O Rly?
    • View Profile
Re: SGEngine
« Reply #4 on: 2020-Nov-11 »
There is no code, so it's not a snippet. :)
Thats why i moved it.
I <3 DGArray's :D

PC:
AMD Ryzen 7 3800X 16@4.5GHz, 16GB Corsair Vengeance LPX DDR4-3200 RAM, ASUS Dual GeForce RTX™ 3060 OC Edition 12GB GDDR6, Windows 11 Pro 64Bit, MSi Tomahawk B350 Mainboard

Offline SnooPI

  • Dr. Type
  • ****
  • Posts: 424
    • View Profile
Re: SGEngine
« Reply #5 on: 2020-Nov-11 »
Very smooth, looks great too!  :good:
:good: I compiled the library to be as optimized as possible (that's also why it's so big, optimizations take more space).
I put a version with the FPS display.

There is no code, so it's not a snippet. :)
Thats why i moved it.
2 mins, I'm doing the examples and the physics engine, it takes a little while  :P (maybe I would do the physics engine later if I see it's too long).
But I understand, no problem  ;)

Offline SnooPI

  • Dr. Type
  • ****
  • Posts: 424
    • View Profile
Re: SGEngine
« Reply #6 on: 2020-Nov-13 »
Hi guys,

Currently Linux is not installed on my computer, if I provide LIB and DLL for Linux, could someone test me the demos on their installed version of Linux (not on a virtual PC) ?

Offline SnooPI

  • Dr. Type
  • ****
  • Posts: 424
    • View Profile
Re: SGEngine
« Reply #7 on: 2020-Nov-20 »
Well, apparently nobody cares about helping me with my engine.
Too bad, I was motivated ...

Another project maybe  ;)

 <3 GLBasic

Offline Qedo

  • Dr. Type
  • ****
  • Posts: 389
  • to program what I have do how should programming?
    • View Profile
Re: SGEngine
« Reply #8 on: 2020-Nov-20 »
I would have gladly helped you also because the project is interesting but I have linux installed only on virtualbox ....

Offline SnooPI

  • Dr. Type
  • ****
  • Posts: 424
    • View Profile
Re: SGEngine
« Reply #9 on: 2020-Nov-22 »
Thanks for your interest Qedo  :booze:

I'm continuing this project but I'm just going to take my time, it will allow me to do many examples and integrate a physics engine.
Plus I have work to finish before Christmas (I'm very late  :()

By the way, were you able to solve your problems with HTML5?
If you need any help please don't hesitate to ask me, maybe I can help you.

Offline Qedo

  • Dr. Type
  • ****
  • Posts: 389
  • to program what I have do how should programming?
    • View Profile
Re: SGEngine
« Reply #10 on: 2020-Nov-23 »
For the moment I have abandoned Html5 waiting for possible updates. For now, if I need to, I'll use v15.
Right now I'm trying to finish my first game, but I see it tough.
Anyway thanks for the help SnooPI. :good:
I look forward to seeing you finish SGEngine because I see great potential.  :booze:

Offline Steinbock

  • Mr. Drawsprite
  • **
  • Posts: 66
    • View Profile
    • Mountainsoft
Re: SGEngine
« Reply #11 on: 2020-Dec-06 »
Hi SnooPI

Unfortunatley i cannot help you because i also have no linux. But I am anyway interested on your project.
I am working on a dungeon crawler project and it is already running fin with native GLBasic 3D. But maby with Irrlicht i could improve light-settings.

Here a picture of the editor



Time will come. It's just a matter of time...

Offline SnooPI

  • Dr. Type
  • ****
  • Posts: 424
    • View Profile
Re: SGEngine
« Reply #12 on: 2020-Dec-07 »
For a simple dungeon crawler, I don't think so (although you're going to have a problem with 3D sound).
If you want to do a Doom/Quake style dungeon crawler yes it can be very useful... but so your map editor will not be of much use to you because this engine can import Quake 3 levels (and therefore all map editors that export in this format).

In fact, with SGE you have access to almost all the features of Irrlicht and irrklang.

Anyway, good job Steinbock, hope you will keep us posted on the progress of your project which looks great  :good:

Offline SnooPI

  • Dr. Type
  • ****
  • Posts: 424
    • View Profile
Re: SGEngine
« Reply #13 on: 2021-Nov-14 »
New SGE Demo  :booze:

Offline Qedo

  • Dr. Type
  • ****
  • Posts: 389
  • to program what I have do how should programming?
    • View Profile
Re: SGEngine Demo
« Reply #14 on: 2021-Nov-15 »
thanks SnooPI always a great job.
When are some examples in GLB?