Showing 17 open source projects for "simple java project"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • 1
    VatraLib

    VatraLib

    A simple cross-platform game engine for creating old-school 2D games

    VatraLib is a simple and light-weight cross-platform game engine which allows for creating old-school 2D games, such as Jump 'n' Runs, Real-time strategy games, and Shoot 'em ups. The key idea is to provide the developer with low-level functionality - animation control, collision detection and the like - so they can focus on making games instead of re-inventing the wheel. VatraLib has been rewritten from scratch, see current code under "Code". The first installment of VatraLib used...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    NettyGameServer

    NettyGameServer

    A mobile game distributed server implemented using netty4.X

    A mobile game distributed server implemented using netty4.X, supports tcp, udp, http, websocket links, uses protobuf custom protocol stack for network communication, supports rpc remote calls, uses mybatis3 to support db storage sub-database sub-table, supports asynchronous mysql Storage, update the reids cache synchronously when the db is saved. Use the ExcelToCode project to generate java classes and json data dictionaries from excel data, and DictService directly reads json to reduce part of the data dictionary code. Use the game-executor project to increase the asynchronous event global service in the game, support event sharding, and balance asynchronous execution event logic. Use netty's proxy mode to increase gateway proxy forwarding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    MAD Game Engine

    A 3D game engine in java.

    A 3D game engine in java. This game engine should be usable by anyone that want to create 3d game in java without having to use vbo, shader or direct call to opengl. This api most be easy to use and efficient.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    The Duckpond project

    The Duckpond project

    Java decentralized cross-platform network multiplayer game engine

    A new decentralized way of network game-design.. Server-client-client-based with object-streaming. Which means that everyone can run a server with almost no hardware costs. The whole system is built upon a network of trust in within the masterclient delegates tasks.
    Downloads: 11 This Week
    Last Update:
    See Project
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • 5
    Eisai

    Eisai

    Visual Novel engine, editor and game development.

    Eisai is a project to build a Visual Novel game engine and editor and to deploy a visual novel on those developed products. The engine will be licensed with the LGPLv3 and the editor will be covered by the GPLv3. All artwork, music and writing will be covered by the Creative Commons Attribution-ShareAlike license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    AndEngine

    AndEngine

    Free Android 2D OpenGL Game Engine

    ...Because it's tailored for Android, AndEngine integrates with typical Android project structure and lifecycle, although historically it was more aligned with Eclipse — meaning some adaptation might be needed for modern Android Studio projects. It enjoys a substantial community, many forks and extensions (for physics, tilemaps, multiplayer, live wallpapers, etc.), which increases its versatility — from simple casual games to more feature-rich 2D titles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Kochol Game Engine
    Kochol Game Engine(KGE) is an object-orianted hardware accelerated 3D Game engine. Easy to use and powerful engine for cutting edge games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Unknown Engine

    A 2D java game engine

    A java 2D game engine with multiple features including: Animation system, Spritesheet system, Developer console, Event system, Packet based TCP networking. This project is something i have worked on in my spare time for months and now i have decided to give to the java community.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Basic Point n Click Game Engine

    Framework for a graphical point and click adventure game in Java

    A simple framework in Java 7 for a point and click adventure type game, visually and operationally based on the look of the NES versions of Shadowgate and Uninvited. Includes 16bit wav audio support, and dynamic font and image sizing for any screen resolution. Includes a sample 19 room / 35 item game as an example of how to extend the engine into a playable game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MEXC Digital Asset Services Icon
    MEXC Digital Asset Services

    For anyone interested in a cryptocurrency exchange platform for their cryptocurrency operations, trades and transactions

    Launched by senior quantitative trading teams form Wall St., Europe and Japan in the form of distributed organizations, MEXC (formerly MXC) is committed to providing digital assets followers worldwide with secured, fast, and user-friendly cryptocurrency trading services. Five business models are provided on MEXC platform: Spot Trading, C2C, Derivatives, PoS Pool, and MXC Labs. High-performance mega-transaction matching engine technology. Distributed “Super Node” program for adequate community autonomy. Assets protected by top-level security firms Palmim and Knownsec. MEXC Exchange is an exchange platform focusing on cryptocurrency assets, founded by some senior practitioner in blockchain industry and specialists from Wall Street, Japan, and Europe. MEXC offers safer, smarter, and more convenient exchange services, together with selected blockchain asset, safety insurance, dedicated to building a world-leading cryptocurrency exchange platform.
    Learn More
  • 10

    Pig2D Game Engine

    Pig2D is a game engine for Java that uses a sprite-based interface.

    Pig2D is a game engine that uses a simple sprite-based interface that was made for users of the Scratch language (http://scratch.mit.edu) for translating to "Real" programming languages.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Architect I Gomoku (Engine with GUI)

    Architect I Gomoku (Engine with GUI)

    Gomoku Game: Playing with Computer

    This is the first step of a board game engine development plan "Architect". The first version will be playing the classical Gomoku game, and this version is called "Architect I". This project also shows the rich features of the next generation Java graphical user interface. The GUI of this application was built using JavaFX 2.0 which was entirely written in Java. Although as been announced, JavaFX 3.0 will be integrated into JRE in next year, at this point, you still need a separate runtime evironment. Be sure to download and install the JavaFX 2.0 runtime before download this game...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Oneiro is a (currently) text-centric game engine. It is an exercise in futility, absurdity and a bit of hubris. When the AI take over the world in a few hundred year, this is the project under which to file bug reports regarding the Matrix.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A 3D game engine for android os. Main goal is to be as fully extensible as it can be while maintaining some level of speed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A Java game engine based on the jMonkeyEngine graphics engine, built around maps consisting of only cubes (hexahedra). This will provide for simple but complete implementations of everything required for a game (lighting, physics, AI, level editing etc.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Un Pokémon-like orienté MMO, codé en Java, utilisant JOGL pour des graphismes 3D et 2D. Avancement disponible sur Twitter : http://twitter.com/#!/WilliwawCirse
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    EasyWay java Game Engine is a powerfull 2D OpenSource OpenGL Java Game Engine. It's simple, fast and extendible. With EasyWay you can make your dream game writing few lines of code!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Please visit our new website at http://moncefyabi.github.io/Joge/ Joge - Java OpenGL Game Engine- is a platform to develop 2D game (3D in the future) in Java. It´s simple to learn, fast, extensible and has an extra GUI system. For installation and Video tutorials see project website. Joge, the best Java game engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next