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

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
  • 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
  • 1
    The set of addons and tools for the Portable Host Project (AKA PHost, http://phost.de/). PHost is an improvement over PBEM game VGA Planets (http://www.vgaplanets.com/) original host that offers great flexibility and development support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    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: 3 This Week
    Last Update:
    See Project
  • 3

    javaLightConsole

    Easy fine console input/output for java

    Input : non blocking keyboard handling. Output : clean console, print at x,y coordinates, echo on/off, cursor on/off. Developed for learning game programming and MVC. Uses native code through JNI. Provides windows and linux versions. Includes code:blocks and eclipse projects for native and java code. You can use the classes InputProxy and OutpoutProxy in your projects. For usage examples, see their main() methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    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
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 5

    geeny

    scriptable game engine with built-in support for 2D graphics and sound

    Geeny is a scriptable game engine with built-in support for 2D graphics and sound. The scripting language is object oriented, high performance is attainable by using vector and array operations. Win32 C++, full portability planned in the future.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    CS:GO Multi Script

    CS:GO Multi Script

    Multi scripts for CS:GO that do just about everything

    I have not posted any of the code yet, I'm working on it locally then will push everything. This is not to be used in game (maybe deathmatch only :stuck_out_tongue:), but rather is meant to have some with the features that Java provides. I included all source so that you can see what I used. This is a great project to learn about global event listener, JRobot, JavaFX, etc... Most of the people said this just makes it harder to play the game, so it's not fantastic. The only thing I...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    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: 2 This Week
    Last Update:
    See Project
  • 8
    XVR Developer Studio
    The new XVR Developer Studio is based on Eclipse. It allows to create and manage XVR projects, to author s3d and glsl code, to compile, debug and execute scripts in an HTML page. Currently only for Windows user. It needs an installed JRE >= 1.6
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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
  • 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
    Enthusiasm is a software framework to be implemented in support to the creation and production of drama-based information presentations. The framework consists of off-line editors and real-time applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Energic Network

    Custom Minecraft network

    Energic is not really that special, it's built from the ground up by people that miss how basic the minecraft launchers were. We're aiming to bring you great play ability with our modpacks and a diversive launcher to help you. Recoding everything in C#, everything is going to change even the design. Feel free to get the source code if you know any decent VB.Net and send me what you did in a .zip file in a private message.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    This is a Java re-implementation of the original AT-Robots project <http://necrobones.com/atrobots>. The players can program robots in AT2 assembly. Seek and destroy your opponents using scanners, radar, sonar, missiles, and mines.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    DominoBot

    DominoBot

    An IRC bot project case study.

    DominoBot is a project for a simple IRC framework. It is currently a simple yet functional Domino game bot for IRC. It currently allows arbitrary piece (stones) numbers and multi session support. The game states are broadcast to the lobby. Uses colors to identify the player who layed each stone. It is a case study to create a framework for quick development of turn-based sessions, such as games, voting, meeting and etc. Uses PircBotX (redistributed - you do not need to download it). Pure...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    FloydEditor is an Eclipse plugin for the interactive fiction authoring tool Floyd. FloydEditor supports structural overview for written floyd code, context sensitive support for code insertions and many more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Mac OS X and Windows OpenGL 3D Engine tools, content and code to create games and applications. Newton physics, OpenAL sound with OGG Vorbis, Lua, Revolution, written in C.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    RenderTools

    RenderTools

    A cross-platform OpenGL based lightweight scenegraph library

    RenderTools is an OpenGL based scenegraph library in C++ for Windows, OSX and IOS supporting OpenGL|ES1.1, ES2.0, OpenGL1.5 and up to the latest version (currently 4.2). It allows the developer to easily (de)serialize a scenegraph to-and-from xml, create renderbuffers, framebuffers, samplers, vertexbuffers etc. and cross-reference those items. RenderTools allows you to completely specify an application, its resources, viewcontrollers and its renderpasses in one single xml. GraphNodes such...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    monoMIG
    Ever wanted to use a Wii Remote, pheraps a Multitouch surface or the Microsoft Kinect to control your application/game even if web based? If so, then MonoMIG (Multi Input Gateway) is what you are looking for!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    NaruGo is game AI project. Current targets are GO board game and Texas Holdem poker. It investigates Genetic programming to build game AI logic. Also EA/GP simulations for TSP, Graph layout and Prisoners Dilemma problem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Flamebird MX BennuGD IDE
    Flamebird is an IDE for the open source game development language Bennugd (http://bennugd.org/) and Fenix(http://fenix.divsite.net). Our aim is to integrate in a professional environment a powerfull code editor, a project management system and editors an
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Python bindings for Ogre3d graphics engine, built using Py++ and Boost.Python library - Also refered to a Python-Ogre.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 21
    RedDwarf is a horizontally scalable application server for low latency apps such as online games, virtual worlds, and social networking applications. It is the official community fork for Project Darkstar, previously sponsored by Sun Microsystems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Evver Games is an open source project that contains an AJAX web renderer and framework for creating card games; along with the card games Golf and No Peeking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ika is a game engine designed to allow one to make a console style RPG with a minimum of code, while allowing one who is willing to code an impressive level of power over the look and feel of one's project, thanks to the embedded Python interpreter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Objetivo de disseminar conhecimentos das diversas áreas de saber que envolvem o desenvolvimento de jogos independente de plataforma. The objective to spread diverse knowledge of areas to know that to involve the independent development of platform games
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    An Irrlicht project creation wizard and game framework It generates all necessary source code, project files and dll's at the click of a few buttons. It will create a simple project such as 'Hello World', to a fully functional FPS game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 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.