NeoAxis Engine 2019.3
-
- Halfling
- Posts: 82
- Joined: Sat Oct 14, 2006 12:39 pm
- Location: Berlin
- x 1
Let me be the next person to state that I found the demo very impressive.
Though I can program C++ and I am using Ogre with some success, I am myself more of a C# guy. Therefore I found betausers statement interesting: he said that C# development can be 2-10 times faster. That is my experience and I thought that was due to my crappy C++ skills, though its rather because of the speed and simplicity of the dotNET IDEs.
I was hoping for a hw accelerated graphics engine that lets me code in C# - preferably a game engine so I can work on a game and a serious project parallel, and NeoAxis is the most impressive I have seen (so far it had been the Piccolo toolkit which is unfortunately discontinued).
The most important advcie I can give to betauser is to work on the community and build up the trust people need before they invest in new technology. Technically, the engine has the potential to be a big success, and to me it looks like betauser has the skill and determination needed! Though I must say I would prefer if he found another developer to share the workload, one man projects have a bad rep.
I particularly liked the UI and how it works in fp!
Though I can program C++ and I am using Ogre with some success, I am myself more of a C# guy. Therefore I found betausers statement interesting: he said that C# development can be 2-10 times faster. That is my experience and I thought that was due to my crappy C++ skills, though its rather because of the speed and simplicity of the dotNET IDEs.
I was hoping for a hw accelerated graphics engine that lets me code in C# - preferably a game engine so I can work on a game and a serious project parallel, and NeoAxis is the most impressive I have seen (so far it had been the Piccolo toolkit which is unfortunately discontinued).
The most important advcie I can give to betauser is to work on the community and build up the trust people need before they invest in new technology. Technically, the engine has the potential to be a big success, and to me it looks like betauser has the skill and determination needed! Though I must say I would prefer if he found another developer to share the workload, one man projects have a bad rep.
I particularly liked the UI and how it works in fp!
-
- Halfling
- Posts: 82
- Joined: Sat Oct 14, 2006 12:39 pm
- Location: Berlin
- x 1
-
- Ogre Magi
- Posts: 1266
- Joined: Tue Aug 12, 2003 1:53 am
- Location: Melbourne, Australia
- x 1
-
- Ogre Magi
- Posts: 1266
- Joined: Tue Aug 12, 2003 1:53 am
- Location: Melbourne, Australia
- x 1
hehe, there's the first thing to do. For advertising I'd get a native english speaker to help you with press stuff I'd be happy to help and I'm sure other people here would also.betauser wrote:I shall be very glad to any help in a question of greater popularity of a engine and the subsequent zombiing!
In regard to the v1.0 thing all you have to do is hide any unfinished features But I do like how it's NOT v1.0 because so many engines just to v1 WAY too early. It's a stupid rule of gamedev because look at ogre and how long that took. Any professional package knows when it should go to v1.
Also I'm a teacher at a games course and some of the students and I have decided to try and use NeoAxis for a project, I'm sure I'll have lots of questions soon
-
- Halfling
- Posts: 82
- Joined: Sat Oct 14, 2006 12:39 pm
- Location: Berlin
- x 1
Does that mean neoaxis is in no way related to the Axiom project? If a wrapper integrates Ogre that well into dotNet, theres probably no future for Axiom.Vectrex wrote:It's his own wrapper to pure c++ ogre, he's a machineGlobalExplorer wrote:Is neoaxis rendering based on Ogre3d or Axiom?
Does that mean I can use every asset that worked in Ogre and it should work in neoaxis the same way?
I think betausers versioning is very honest and very close to how I do.
In both my major projects I started at v0.1 then increment the version number by 0.1 for any major release and 0.01 for small fixes. Therefore I never got higher than 0.8, though stable and bug free. In one case my boss pushed me into releasing 0.8 as 1.0 just because he could stand my caution any more
-
- OGRE Retired Moderator
- Posts: 2060
- Joined: Thu Feb 26, 2004 12:11 am
- Location: Toronto, Canada
- x 3
Axiom has a future for anyone that wants an engine written entirely in C#, perhaps because they want to be able to customize it without using C++. Also, there's the fact that theoretically it'll run on XNA on the 360. Sorry to be off topic, but just responding to the comment.If a wrapper integrates Ogre that well into dotNet, theres probably no future for Axiom.
-
- Corporate Sponsor
- Posts: 127
- Joined: Tue Sep 26, 2006 8:46 am
- x 11
NeoAxis Engine 0.46 released!
www.neoaxisgroup.com
Main changes:
- StaticGeometry: Opportunity to move, rotate and scale objects. An opportunity to work by means of gizmo. Various additional options.
- ShaderBase material: 4 diffuse textures, texture animations, clamping, choice of texture channels
- Sky domes
- WaterPlane: Reflections (simple method), fog, splashes
- Sound System: Opportunity of reception of a sound from a microphone
- Many bug fixes
see full change log here:
http://www.neoaxisgroup.com/history.htm
www.neoaxisgroup.com
Main changes:
- StaticGeometry: Opportunity to move, rotate and scale objects. An opportunity to work by means of gizmo. Various additional options.
- ShaderBase material: 4 diffuse textures, texture animations, clamping, choice of texture channels
- Sky domes
- WaterPlane: Reflections (simple method), fog, splashes
- Sound System: Opportunity of reception of a sound from a microphone
- Many bug fixes
see full change log here:
http://www.neoaxisgroup.com/history.htm
Ivan Efimov. Founder of the NeoAxis Group Ltd.
NeoAxis 3D Engine - http://www.neoaxis.com
News on Twitter, Google+, Facebook, VK
NeoAxis 3D Engine - http://www.neoaxis.com
News on Twitter, Google+, Facebook, VK
-
- Halfling
- Posts: 85
- Joined: Mon Jul 24, 2006 11:06 am
- Location: Malaysia
- x 2
-
- Corporate Sponsor
- Posts: 127
- Joined: Tue Sep 26, 2006 8:46 am
- x 11
NeoAxis Engine 0.47 released!
www.neoaxisgroup.com
Main changes:
- Decorative objects. The new tool for rendering a plenty of simple objects. This object is convenient for creation of a grass, bushes and other simple objects.
- Entity extended properties. Extension of Entity System. An opportunity to add various properties to entities and to set up them.
- TankDemo
- Example of realization of a vehicle (on an example of the tank)
- Animations blending
- The tool for automatic alignment of objects
- High level materials updates
- PhysX physics system optimizations
- Many bug fixes
see full change log here:
http://www.neoaxisgroup.com/history.htm
www.neoaxisgroup.com
Main changes:
- Decorative objects. The new tool for rendering a plenty of simple objects. This object is convenient for creation of a grass, bushes and other simple objects.
- Entity extended properties. Extension of Entity System. An opportunity to add various properties to entities and to set up them.
- TankDemo
- Example of realization of a vehicle (on an example of the tank)
- Animations blending
- The tool for automatic alignment of objects
- High level materials updates
- PhysX physics system optimizations
- Many bug fixes
see full change log here:
http://www.neoaxisgroup.com/history.htm
Ivan Efimov. Founder of the NeoAxis Group Ltd.
NeoAxis 3D Engine - http://www.neoaxis.com
News on Twitter, Google+, Facebook, VK
NeoAxis 3D Engine - http://www.neoaxis.com
News on Twitter, Google+, Facebook, VK
-
- Gnome
- Posts: 334
- Joined: Thu Jun 28, 2007 2:12 pm
- Location: Brazil
- x 5
-
- Corporate Sponsor
- Posts: 127
- Joined: Tue Sep 26, 2006 8:46 am
- x 11
NeoAxis Engine 0.5 released!
www.neoaxisgroup.com
Main changes:
- Conditions of licensing are changed. The prices and structure of licenses have changed. Now licenses differ by functionality.
- Problems of working of the engine on the some ATI cards in Direct3D are fixed
- ShaderBase material: Support ps_2_0 or above (Earlier ps_2_a or above).
- DirectSound system implemented
- Support of file archives. The interface for creation of new types of file archives. Zip archives support.
- Dynamic parameters in gpu programs
- Many bug fixes
see full change log here:
http://www.neoaxisgroup.com/history.htm
www.neoaxisgroup.com
Main changes:
- Conditions of licensing are changed. The prices and structure of licenses have changed. Now licenses differ by functionality.
- Problems of working of the engine on the some ATI cards in Direct3D are fixed
- ShaderBase material: Support ps_2_0 or above (Earlier ps_2_a or above).
- DirectSound system implemented
- Support of file archives. The interface for creation of new types of file archives. Zip archives support.
- Dynamic parameters in gpu programs
- Many bug fixes
see full change log here:
http://www.neoaxisgroup.com/history.htm
Ivan Efimov. Founder of the NeoAxis Group Ltd.
NeoAxis 3D Engine - http://www.neoaxis.com
News on Twitter, Google+, Facebook, VK
NeoAxis 3D Engine - http://www.neoaxis.com
News on Twitter, Google+, Facebook, VK
-
- Gremlin
- Posts: 160
- Joined: Sat Oct 15, 2005 4:31 pm
- Location: TN, USA
-
- Corporate Sponsor
- Posts: 127
- Joined: Tue Sep 26, 2006 8:46 am
- x 11
Yes. I had problems with performance of OpenAL (Always software mode on some cards). Therefore was implemented DirectSound.
It is a pity, that DirectSound has lost Hardware support on Vista.
Strange politics
For Vista it is used new API - Windows Audio Session API.
Possibly, In the future I to make one more sound system(XXXSoundSystem.dll) for Vista.
It is a pity, that DirectSound has lost Hardware support on Vista.
Strange politics
For Vista it is used new API - Windows Audio Session API.
Possibly, In the future I to make one more sound system(XXXSoundSystem.dll) for Vista.
Ivan Efimov. Founder of the NeoAxis Group Ltd.
NeoAxis 3D Engine - http://www.neoaxis.com
News on Twitter, Google+, Facebook, VK
NeoAxis 3D Engine - http://www.neoaxis.com
News on Twitter, Google+, Facebook, VK
-
- Halfling
- Posts: 66
- Joined: Mon Oct 15, 2007 7:24 pm
- Location: Finland
-
- Corporate Sponsor
- Posts: 127
- Joined: Tue Sep 26, 2006 8:46 am
- x 11
NeoAxis Engine 0.51 released!
www.neoaxisgroup.com
Main changes:
- Depth shadow mapping. Soft shadows. Self-shadowing. Correct shadows from alpha test objects. Correct shadows from Vegetation material.
- Normal mapping for terrain
- Many little changes
- Many bug fixes
see full change log here:
http://www.neoaxisgroup.com/history.htm
www.neoaxisgroup.com
Main changes:
- Depth shadow mapping. Soft shadows. Self-shadowing. Correct shadows from alpha test objects. Correct shadows from Vegetation material.
- Normal mapping for terrain
- Many little changes
- Many bug fixes
see full change log here:
http://www.neoaxisgroup.com/history.htm
Ivan Efimov. Founder of the NeoAxis Group Ltd.
NeoAxis 3D Engine - http://www.neoaxis.com
News on Twitter, Google+, Facebook, VK
NeoAxis 3D Engine - http://www.neoaxis.com
News on Twitter, Google+, Facebook, VK
-
- Gremlin
- Posts: 177
- Joined: Sun Aug 05, 2007 3:55 pm
- x 14
-
- Corporate Sponsor
- Posts: 127
- Joined: Tue Sep 26, 2006 8:46 am
- x 11
NeoAxis Engine 0.52 released!
www.neoaxisgroup.com
Main changes:
- Static lighting manager. Lightmaps support. Integrated tool for lightmap calculation (at present only HeightmapTerrain is supported).
- The interface for implementation another calculation algorithm of static lighting
- Scene Management: More exact and faster scene management for generation of shadow textures
- Optimizations
- Bug fixes
see full change log here:
http://www.neoaxisgroup.com/history.htm
www.neoaxisgroup.com
Main changes:
- Static lighting manager. Lightmaps support. Integrated tool for lightmap calculation (at present only HeightmapTerrain is supported).
- The interface for implementation another calculation algorithm of static lighting
- Scene Management: More exact and faster scene management for generation of shadow textures
- Optimizations
- Bug fixes
see full change log here:
http://www.neoaxisgroup.com/history.htm
Ivan Efimov. Founder of the NeoAxis Group Ltd.
NeoAxis 3D Engine - http://www.neoaxis.com
News on Twitter, Google+, Facebook, VK
NeoAxis 3D Engine - http://www.neoaxis.com
News on Twitter, Google+, Facebook, VK
-
- Corporate Sponsor
- Posts: 127
- Joined: Tue Sep 26, 2006 8:46 am
- x 11
NeoAxis Engine 0.53 released!
www.neoaxisgroup.com
Main changes:
- Static lighting: Static geometry support. Irradiance volume for dynamic objects.
- Beautiful water shader
- Better culling for spot light sources
- Shadows working is improved
- Weapon animation
- Bug fixes
see full change log here:
http://www.neoaxisgroup.com/history.htm
www.neoaxisgroup.com
Main changes:
- Static lighting: Static geometry support. Irradiance volume for dynamic objects.
- Beautiful water shader
- Better culling for spot light sources
- Shadows working is improved
- Weapon animation
- Bug fixes
see full change log here:
http://www.neoaxisgroup.com/history.htm
Ivan Efimov. Founder of the NeoAxis Group Ltd.
NeoAxis 3D Engine - http://www.neoaxis.com
News on Twitter, Google+, Facebook, VK
NeoAxis 3D Engine - http://www.neoaxis.com
News on Twitter, Google+, Facebook, VK
-
- Goblin
- Posts: 222
- Joined: Tue Aug 08, 2006 2:58 pm
- Location: Moscow
- x 1