Showing 67 open source projects for "interface"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 1
    Gold Chest is a new game engine inspired by the old gold-box styled RPG games. My goal is to create a game with the same Look and Feel of the gold-box games while bringing to it newer graphics, sounds, music and network play.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2

    open2ge

    2D Game Engine, based on OpenGL and focused on Isometric Games

    Open2GE (2 - dimensional Game Engine) is a universal game engine, with a focus on isometric games. Based on OpenGL & SDL, it supports a wide range of features, useful for simple 2D games or complex isometric games, from simple image loading to the rendering of complex scenes, path finding, automatic navigation mesh generation and more. Besides OpenGL and SDL, Open2GE makes use of TinyXML and boost.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Wildflower

    Wildflower

    A game development kit for Sifteo Cubes.

    Wildflower is a game development kit for Sifteo Cubes. The Wildflower editor provides a user friendly interface for creating 2D adventure games that run on Sifteo Cubes. The editor is designed for speed and simplicity so creating worlds is fast and running your game is as simple as clicking a button. There is a fun example game with plenty of ideas to get you started. Wildflower can be used to make games without any programming knowledge, but it's also open source software so programmers can completely change how the game works!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    libjoyrumble

    libjoyrumble

    Extremely simple joystick rumble / vibration library

    The purpose of this library is to provide game / emulator programmers an extremely simple way to access the joystick "rumble" feature. As of now it's only for Linux. There are plans for a Windows version in the future (help needed).
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 5

    XSquare

    A graphics engine + toolkit.

    XSquare is a graphics engine and toolkit with a variety of features. I created this for use in other projects of mine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    wke (3DWebUI)

    3D Web UI, Embed Web and Flash in 3D Games, based on WebKit

    1. 3D Web UI. Embed Web and Flash in 3D Games, based on WebKit 2. DirectUI. HTML5, CSS3, Javascript and flash Embedded in native GDI application
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Pear3DEngine

    Pear3DEngine

    Pear3DEngine is a modern and modular 3D development framework

    Pear3DEngine is a modern and modular 3D development framework that lets you create professional games, simulations and more. You are free to develop your program in C + +, XML or LUA and publish it as open source software or selling it as a commercial program. The rendering engine uses internally OpenGL or DirectX optionally. The planned editor supports software development on Linux, Windows and maybe MacOS X. DirectX 9 and therefore Windows XP are currently not supported and support is not...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Nebula2D

    Nebula2D

    cross-platform 2d game engine

    ...With the integration of Lua scripting language, developers will be able to write their game's code without the need to think about platform specific pitfalls. An intuitive front end world editor will enable designers to create their game's universe with an easy to use WYSIWYG interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    2licht Irrlicht Engine Wrapper

    2licht Irrlicht Engine Wrapper

    Multi-Language Wrapper Collection for the Irrlicht Engine

    2licht's aim is to provide a collection of wrappers for the popular Irrlicht Engine (http://irrlicht.sf.net/). It is still in development; the first wrappers to be released will be the C and Object Pascal interface; followed by a .NET library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10

    Halo Dark Interface

    Halo Dark Interface es una Interfaz para Halo Custom Edition

    Interfaz para Halo Custom Edition
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    SDLDevil

    Sourceport of the classic Descent Level Editor

    SDLDevil is a Sourceport of the Descent Editor for Vertices Items and Levels originally written by Achim Stremplat for DOS. SDLDevil is a Leveleditor for the classic computer games "Descent" and "Descent 2" by Parallax Software. It keeps the original user interface and the original "feel" while running on modern platforms (primary targets are Linux and Windows). Also a lot of bugs got (and get) fixed which were present in the original program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    DGiovanni
    A multi-agent architecture for building interactive dramas. It uses the Jason's BDI engine, being the Jason's agent-oriented programming language utilized for performing the drama management and for authoring behaviors for the characters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Blackspirit Graphics

    A cross-platform Java 2D graphics library using OpenGL.

    A hardware accelerated Java 2D graphics library designed for cross-platform games, providing a powerful but simple interface. It focuses on real-time applications but can also be integrated into graphical user interfaces. The implementation uses JOGL (OpenGL).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    WGDIGameEngine

    A simple WinAPI game engine

    ...Designed as an abstract generic Singleton class, you need to derive your own engine from this class and customize it to fit your needs. WGDIEngine is made to support the most basic necessities of simple games providing an interface for key and mouse input and using double buffered drawings as output. There is no sound or extended image support. If you need this, use a real game engine instead.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    PointClickPress is a web app game engine that allows for the creation of point and click games & interactive stories. Currently releasing builds every 2-3 months. Playable demo: www.pointclickpress.org. For questions pls visit the forum.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    That is just a summary of what we can do with PSCDEmu. It's just not a opensource project, its also a open hardware project. The idea is develop a replacement for the hardware unit that just read from SD or IDE interface and emulates CDRom I/O..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    canui
    A generic user interface library for the html5 canvas element
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    A HTTP based master server list for the tankfinder server browser library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A framework for implementing various editors in Java. Intended to simplify and expedite the development of customized development tools for various game engines by providing various, commonly used controls to be used in the target application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Quasar is a strategy game engine, built in .NET. It uses Mogre for rendering, LuaInterface for scripting, MyGUI for user interface and OIS for user input.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Simple Includable Graphical User Interface - for use with SFML. A c++ source and header file which are easily included into your project to provide a full featured GUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Ethanon Engine
    Ethanon is a 2D game engine focused on the recent video cards for hardware acceleration and shader effects. The engine provides high-quality light an shadow effects with an easy visual interface and a simple and direct scripting system.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    An open hardware and software platform, Octobits attempts to recreate the aesthetics of the early eight-bit computer age using cheap, powerful, and readily available modern components.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    from adminbot, rconed projects.cs,css,dod,dods.Supervise different game tournaments with the same application from a single web interface: -Define the servers, the opponents, server config, warmup. -Match status(scores) in realtime, mirc match annonces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A GUI for creating and editing TAGxML files for TAGEngine games, written in python. See https://sourceforge.net/projects/tagengine/
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo