Showing 70 open source projects for "java project with source code"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 1
    libGDX

    libGDX

    Desktop/Android/HTML5/iOS Java game development framework

    libGDX is a cross-platform Java game development framework based on OpenGL (ES) that works on Windows, Linux, macOS, Android, your browser and iOS. libGDX provides a well-tried and robust environment for rapid prototyping and fast iterations. libGDX does not force a specific design or coding style on you; it rather gives you the freedom to create a game the way you prefer. Publish your games on Windows, macOS, Linux (including the RPi!), Android, iOS, and HTML5, all with the same code base...
    Downloads: 52 This Week
    Last Update:
    See Project
  • 2
    Gideros

    Gideros

    Gideros Release version

    ... projects an easy task. You can easily extend the core with plugins. Import your existing (C, C++, Java or Obj-C) code, bind to Lua, and interpret them directly. Dozens of open-source plugins are already developed and ready to use: ads, in-app purchases, physics for 2d or 3d, Steam integration, and many more.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Castle Game Engine

    Castle Game Engine

    Game engine supporting many 3D/2D formats and graphic effects

    This project has moved to: - Our website https://castle-engine.io/ - GitHub repo: https://github.com/castle-engine/castle-engine/ Cross-platform 3D and 2D game engine for Object Pascal. Rendering and processing of game assets in glTF, X3D, VRML, Collada, Spine and other formats. Many graphic effects including shadows, shaders, mirrors, screen effects. Animation, collision detection, 3D sound. Extensible system of 3D objects, with out-of-the-box levels, items, intelligent creatures...
    Downloads: 20 This Week
    Last Update:
    See Project
  • 4
    VatraLib

    VatraLib

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

    ... JOGL for graphics, JOAL for sound, and Spring for dynamic object creation. That (crummy) source code is available under "LegacyCode".
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 5
    A generic platform for fast and flexible development and delivery of a wide variety of immersive scenario-based games that enable professional skills acquisition. For further information see http://emergo.ou.nl/emergo/community/EN/emergo.htm. The platform is based on ZK framework (http://www.zkoss.org, ZK ZOL license: https://www.zkoss.org/license#peee) and Spring framework (http://www.springsource.org/spring-framework). NOTE: as of 2024, latest (mavenized) code base can be found at https...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Better keyboard

    Small lightweight program to customize your keyboard

    This small lightweight program allows you to modify your keyboard as you want -colors -key changing (you can change "k" to be "h" when pressed) -battery info detector (voltage and battery life) - ability to disable any key on keyboard -and lot more. Needs: java 5.0u75 or higher NET framework 3.5 SP1 or higher 64x architecture of windows, 32x is not supported
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    JSettlers2 is a web-based version of the board game Settlers of Catan written in Java. This client-server system supports multiple simultaneous games between people and/or AI bots. Originally written by Robert S Thomas as an AI dissertation (http://sourceforge.net/projects/jsettlers). The active source code is hosted at https://github.com/jdmonin/JSettlers2 including full history; the sourceforge CVS is historical up to 2012-09-28.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Develop an experimental framework for simulated multiplayer (model) railroads. It could be based on the VRML/X3D standard and it could use internal scripting with ECMAScript and MU systems that provide network sensor interfaces. Project Homepage: http://simulrr.sourceforge.net The SRR Framework has been used by the SrrTrains v0.01 project Demo 2012: https://www.youtube.com/watch?v=bHBwXmMfF1c Home of SrrTrains: https://lc-soc-lc.at/host
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Lord Of The Realms Remake

    Lord Of The Realms Remake

    A Project which shall result in a Remake of the classic game

    This is a Project that is an attempt to create a remake of the classic game Lord of The Realms. It is programmed by Peter Voise. Now Etap 10 Improved Bugfixv is released. There are now four verions to download. the higher the version the more advanced it becomes. ETAP7 includes only hand combat and movement. ETAP8 also includes missile and arrow actions. ETAP9 makes further combat possible, among others bridges can be laid on the rivers during battle. Now only the AI player remains...
    Downloads: 0 This Week
    Last Update:
    See Project
  • No-Nonsense Code-to-Cloud Security for Devs | Aikido Icon
    No-Nonsense Code-to-Cloud Security for Devs | Aikido

    Connect your GitHub, GitLab, Bitbucket, or Azure DevOps account to start scanning your repos for free.

    Aikido provides a unified security platform for developers, combining 12 powerful scans like SAST, DAST, and CSPM. AI-driven AutoFix and AutoTriage streamline vulnerability management, while runtime protection blocks attacks.
    Start for Free
  • 10
    Frank Engine

    Frank Engine

    A 2D game engine and level editor

    Frank Engine is a game development framework with a built in editor written in C++. The goal is to be a fast way to create large open world 2D games with high quality graphics. Everything necessary to create a fully featured game is included: physics (Box2D), rendering (DirectX), level editor, dynamic lighting, particle system, sound, music (Ogg Vorbis), gamepad input, GUI, and debug console. The code is fairly well documented and includes simple starter projects build on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    lwjglbook

    lwjglbook

    Source code of the chapters of the book 3D Game Development with LWJGL

    lwjglbook-leg is the companion code repository for the “3D Game Development with LWJGL 3” book, offering a practical learning path for building a 3D game engine in Java using the Lightweight Java Game Library (LWJGL). It covers the implementation of a modern OpenGL-based engine from scratch, guiding readers through key concepts such as rendering, lighting, animation, input handling, and scene management. This project serves as an excellent educational resource for Java developers interested...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Boss Engine

    8-bit Graphical API for Java

    Boss Engine is a graphical API for writing low-resolution 8-bit color applications. It offers easy to use functions for handling graphics, basic i/o and more. Screen access is performed through virtual framebuffers that allow direct read/write access to indexed color screen data. API is coded entirely with native libraries. No third party libraries required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Java Game Development (Ninja Girl)

    Java Game Development (Ninja Girl)

    Example code for creating a 2D platform game in Java.

    !Help Wanted! See Discussions for more details. A platform game demonstrating concepts for 2D platform game creation in Java. Collect the stars and go through the door to advance levels. Graphics courtesy of: https://www.gameart2d.com https://opengameart.org/content/animated-fire https://craftpix.net Levels created using https://www.mapeditor.org/ Project created in the Eclipse Java IDE. Keys: Up, Down, Left, Right - Move Player Space - Jump M - Throw Kunai Q, A - Scroll...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    V2DC

    A synchronisation component for p5.js

    This project aims to build a synchronisation component to synchronise multiple p5.js clients. This component uses WebSocket and a Java EE based server (this last can be replaced by any other server side WebSocket enabled platform).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Magic Lantern

    Magic Lantern

    Build Cross-platform Applications

    Magic Lantern is a framework for developing multimedia applications. It is designed to be a cross-platform solution for multiple targets such as desktops, game consoles, mobile devices and set-top boxes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Icarus Scene Engine

    Icarus Scene Engine

    3D .NET engine for Windows, Linux, Mac

    Icarus Scene Engine is a cross-platform, CLS-compliant 3D framework, integrating open source APIs into a cohesive all-open-source, all .NET solution. For Windows, MacOSX & Linux. Uses OpenTK, OpenGL, OpenAL APIs for graphics and audio. Runs on Mono/.NET. Links to FFMpeg for streaming video, and FreeType as a temporary conversion mod to bring fonts into a native XML format. Binary builds of Icarus will be infrequent, roughly every 18 months or so, the GIT code updates regularly on a weekly...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    VB .NET PHYSX (PHYSICS) DX9 - Engine

    .NET - VISUAL BASIC NVIDIA +ATI PHYSX SLIMDX DIRECTX 9 -ENGINE/WRAPPER

    Visual Basic .Net , Nvidia Physx (PHYSICS - ATI INTEL ETC. COMPATIBLE) , DirectX 9 (using SlimDX) 3D ENGINE/HELPER/WRAPPER This project incorporates these technology into a simple Open Source Engine, allowing simple access to Nvidia PhysX library using DirectX 9 (VIA - SLIMDX) to render "Simulations/Games" ALL IN VB.NET -with- C# and other .NET language compatibility. Visuals now include .X model loading with Animations and Skeletons (shaders) Level loading and AUTOMATIC object (mesh...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Boxxx Engine
    Boxxx Engine is a very simple 2D engine written purely in C language. This code uses BGI graphic library and is compiled with Borland Turbo C 2.0. The goal of this project is to come up with a physically complex yet simple in principle 2D engine. The release is without any warranty of fitness for a particular purpose.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Ogaboo

    Open Game Bootstrap

    This project aims to gather different open source projects as an initiative to allow people to create games in C++ more easily, in a cross-platform development environment and free. Basic requirements behind this initiative was to have a integrated development environment with 3D graphics support, sounds, videos, physics, scripting, GUI (Graphic User Interface) and inputs and all that is relevant to be used in a multi-media development process. Since cross-platform is a requirement as well...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This project is based on pygame which has the power to simplify graphical output in some cases. Additionally it includes methods for user input, some collision detection, sound and file access supporting ominous structures. However this project is very limited and has more or less just been an educating experience for myself. Thanks
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Vegastrike evolved

    evolution for vegastrike SpaceSim/Combat/Trade game

    Vegastrike is an old open source game , cool but unfinished . And while there is still a community , the project is in orbit in a kinda space cimetery . The game can run under Windows,Linux ,Mac . BUT : It is complicated to work with the original SVN repositery , while the admins aren't reactive . So i decided to create that hub , with a trunk based upon the 0.5.1rc1 of Vegastrike . Let's Vegastrike be evolved , with new goals : _Dynamic Market system , better AI , mission...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Mini Mbm
    English: Mini Mbm is the name given to the graphics engine which offers basic and essential resources to develop 2D and 3D games or applications. In this first version it is possible to develop desktop (Windows) and Android (mobile). Português: Mini-Mbm é o nome dado ao motor gráfico no qual apresenta recursos básicos e essenciais para desenvolver jogos ou aplicativos 2D e 3D. Nesta primeira versão é possível o desenvolvimento para desktop (Windows) e Android (mobile).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    TOYVision

    TOYVision

    Toolkit for the easy prototyping of hybrid games for Tabletop Devices

    ... by the player) and active (carried out by the computer through the Arduino microcontroller) Any programming language can be used to develop games with toyvision, provided by implementing a TCP-IP socket. Moreover, Proccesing API and finished samples are already provided in this project. ToyVision is based on the Reactivision framework. More info: www.toyvision.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Wizapply

    Wizapply

    Cross-platform C framework very compact libraries and tools.

    Project is Freeze. Wizapply is a coined word which it consists of "Apply for application wizard.", and it means "Using the expert of an application".An expert absorbs all of study of the API group according to the device and operating system which are a part of problems which a programmer has, and study of the various programming methods. It isn't cool to rewrite a code repeatedly, to create the same program which carries out the same opereation right? The source code that is once...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Meshwork

    Meshwork

    3D Game engine

    Meshwork is a 3D game engine with independent approach and unrestrictive minimalistic design. It's in active development, with many planned new features. You can support Meshwork's development by contributing to its crowdfunding campaign on Indiegogo and help releasing an Android and .NET versions of the engine. For more info, please visit the website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.