All Projects → alyxferrari → jse3d

alyxferrari / jse3d

Licence: GPL-3.0 license
(DEPRECATED) AWT software-rendered 3D engine, predecessor to NEO3D (by @tarbaII)

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to jse3d

Gamedev Resources
🎮 🎲 A wonderful list of Game Development resources.
Stars: ✭ 2,054 (+15700%)
Mutual labels:  3d-engine
Raz
Modern & multiplatform game engine in C++17
Stars: ✭ 161 (+1138.46%)
Mutual labels:  3d-engine
easyposter
一个简单的,便于扩展的awt绘制海报小项目
Stars: ✭ 34 (+161.54%)
Mutual labels:  awt
Cryengine
CRYENGINE is a powerful real-time game development platform created by Crytek.
Stars: ✭ 580 (+4361.54%)
Mutual labels:  3d-engine
Vts Browser Js
JavaScript WebGL 3D map rendering engine
Stars: ✭ 148 (+1038.46%)
Mutual labels:  3d-engine
Python Raytracer
A basic Ray Tracer that exploits numpy arrays and functions to work fast.
Stars: ✭ 204 (+1469.23%)
Mutual labels:  3d-engine
Darkplaces
Mirror of https://gitlab.com/xonotic/darkplaces - The Quake engine that powers Xonotic https://xonotic.org
Stars: ✭ 103 (+692.31%)
Mutual labels:  3d-engine
projector-demo
A simple sample application demonstrating running Swing applications remotely
Stars: ✭ 32 (+146.15%)
Mutual labels:  awt
Layaair discard
This is old LayaAir veriosn writetten by ActionScript 3.0 ,now LayaAir is using TypeScript as the Engine Script,Please use https://github.com/layabox/LayaAir instead.
Stars: ✭ 1,858 (+14192.31%)
Mutual labels:  3d-engine
github-avatar-generator
Generate github-style avatar with java awt
Stars: ✭ 37 (+184.62%)
Mutual labels:  awt
Flaxapi
Old repository with C# Editor and C# API for creating games in Flax Engine
Stars: ✭ 131 (+907.69%)
Mutual labels:  3d-engine
Diligentengine
A modern cross-platform low-level graphics library and rendering framework
Stars: ✭ 2,142 (+16376.92%)
Mutual labels:  3d-engine
Vulkan Renderer
A new 3D game engine using modern C++ and Vulkan API
Stars: ✭ 205 (+1476.92%)
Mutual labels:  3d-engine
Tiny Renderer
A tiny sotfware 3D renderer in 100 lines of Python
Stars: ✭ 120 (+823.08%)
Mutual labels:  3d-engine
java-notes
Complete Java Note for colleges in Nepal.
Stars: ✭ 30 (+130.77%)
Mutual labels:  awt
Xray 16
Improved version of the X-Ray Engine, the game engine used in the world-famous S.T.A.L.K.E.R. game series by GSC Game World. Join OpenXRay! ;)
Stars: ✭ 1,806 (+13792.31%)
Mutual labels:  3d-engine
Matplotlib 3d
Experimental 3D axis for matplotlib
Stars: ✭ 198 (+1423.08%)
Mutual labels:  3d-engine
Compose Jb
Jetpack Compose for Desktop and Web, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
Stars: ✭ 7,562 (+58069.23%)
Mutual labels:  awt
KTU-Java
Learn Java easily. A collection of simple programs primarily focusing on the KTU syllabus for Java
Stars: ✭ 13 (+0%)
Mutual labels:  awt
Librw
A re-implementation of the RenderWare Graphics engine
Stars: ✭ 223 (+1615.38%)
Mutual labels:  3d-engine

jse3d

by Tarball and Samuel Krug

Dependencies

If you would like a version with no dependencies, try jse3d v1.7.2, however that is an outdated version and is not guaranteed to be bug free or as feature-rich as newer versions.
-Aparapi 2.0.0
-Aparapi JNI 1.4.2
-Apache Commons BCEL 6.4.1 (version 6.5.0 also works fine)
-Java Data Front v2.0.0

Documentation

Javadocs are being worked on. They are being introduced slowly, with a commit after the completion of a class.
jse3d's Javadoc website can be found here.
Check src/com/alyxferrari/jse3d/example for examples on how to use jse3d.

Compilation/building

A JAR for this project can be built by running mvn package in the root directory of this project. The JARs in the Releases tab were also built by Maven.

Including this project in yours

JitPack is a great way to incorporate GitHub Maven projects which are not on the Maven Central Repository.
You can include jse3d in your project by putting the following in your pomfile:

<repositories>
	<repository>
		<id>jitpack.io</id>
		<url>https://jitpack.io</url>
	</repository>
</repositories>
<dependencies>
	<dependency>
		<groupId>com.github.alyxferrari</groupId>
		<artifactId>jse3d</artifactId>
		<version>v3.0</version>
	</dependency>
</dependencies>

Please substitute the version number with the latest version of jse3d.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].