Showing 361 open source projects for "textures"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Veeam Data Platform v13.1 - Get Your Free Trial Icon
    Veeam Data Platform v13.1 - Get Your Free Trial

    Secure by design, portable by default. Recover clean, fast, anywhere. Start a free trial.

    Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
    Try it Free
  • 1
    NGUNIX

    NGUNIX

    X11/SDL/GDK port of Engoo, a software-rendered Quake engine.

    This is a novelty engine rendering in software mode, aka on your CPU. It uses SDL functions, aside from that no dependencies are necessary. It can be compiled with support for raw X11 and GDK/GTK too. This was originally a port of Engoo to X11 capable systems... however that was a long time ago. It can run Q1 with all its fancy waterwarping, as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    WAD Painter

    WAD Painter

    A tool to create textures from DOOM WAD file resources

    WADPaint is a tool that can create textures from DOOM WAD file resources. Source code repository: https://github.com/jval1972/WADPaint
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    ChaosEsqueAnthologyVolume2

    ChaosEsqueAnthologyVolume2

    Volume 2 of ChaosEsque Anthology

    NOTE: Make sure to download Volume 1 (the game disc): http://sourceforge.net/projects/chaosesqueanthology/ ) (Experimental Volume 3 for latest engine: http://sourceforge.net/p/chaosesqueanthologyvolume3/ ) This is disc 2 of the modification of Xonotic known as Chaos-Esque Anthology. It includes additional maps, music, and other media and will be expanded upon untill another disc is needed. New maps etc will arrive on this disc as we have run out of room on disc one.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Graphics Workshop

    Graphics Workshop

    Learn computer graphics by writing GPU shaders

    ...It teaches graphics concepts through interactive two-dimensional and three-dimensional browser projects. The workshop covers topics such as fragment shaders, procedural textures, rasterization, lighting, stylized rendering, and real-time ray tracing. It is designed so learners can focus on shader code while the surrounding WebGL and JavaScript harness is already provided. Projects are meant to run in real time on modern GPUs and encourage creative visual experimentation. It is especially useful for programmers who want a practical entry point into computer graphics without starting from a blank rendering engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5
    Vivid 3D

    Vivid 3D

    Vivid is a modern C++ 3D engine using OpenGL4+

    Vivid is a modern C++ 3D engine using OpenGL4+. It is written using Visual C++ 2022, and relies on several open source projects to achieve it's goal of making it easy and run to make modern games with it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    seashore_chung

    seashore_chung

    a 3D openGL sandbox virtual beach seashore forest ocean game

    seashore chung is a 3D opengl seashore virtual beach island swim / wind sailship / horse ride / dive underwater / explore sandbox fps game with video photorealistic ocean sea animated textures made with glvideotexture_chung and buildings town obj exported from freewebcar_chung written in easy fast freebasic .Axe sword mace weapons and Tyrex , giant Spider , orc , pirate , barbare hack & slash mode included . 3Dmono / 3Dstereo for use with stereo bicolor red/cyan glasses .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    textures.js

    textures.js

    SVG patterns for data visualization

    Textures.js is a JavaScript library for creating SVG patterns. Made on top of d3.js, it is designed for data visualization. Import textures.js from NPM. You can also use textures.js in your HTML page with a <script> tag by downloading textures.js to a local folder or by using the Unpkg CDN network. Textures.js can be used alongside d3.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    D2X-XL

    OpenGL port of the classic 6dof 3D shooter Descent

    D2X-XL is an OpenGL port of the classic 3D Shooter game Descent 2 for Win32, Linux and Mac OS X, containing many enhancements and bug fixes while preserving full backwards compatibility.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 9
    PotterDraw

    PotterDraw

    Design your own pottery for 3D printing in full color

    ...The outer wall of the pot is drawn using a spline, which consists of one or more curved or linear segments. The inner wall is generated automatically. PotterDraw can export files suitable for 3D printing. It can also map synthesized or user-specified textures onto the pot. Mesh and texture properties can be modulated by oscillators for more complex effects, and the modulations can be animated to create videos.
    Leader badge
    Downloads: 28 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    texgen.js

    texgen.js

    JavaScript Texture Generator

    ...Because textures are generated at runtime, parameters can be animated or randomized to add life without extra downloads. The project demonstrates how far you can push simple building blocks to create wood, marble, clouds, checkerboards, and other familiar materials.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Asteroids in C#

    Asteroids in C#

    Re-Creation of Asteroids (1979) in C#

    Asteroids (1979) recreated with love and TLC in C# ARROW KEYS LEFT+RIGHT TO ROTATE ARROW KEY UP TO THRUST ARROW KEY DOWN TO ENTER HYPERSPACE SPACE BAR TO FIRE ESCAPE TO EXIT In this project, you'll find my first pass of re-creating Atari's 1979 version of Asteroids entirely hand coded in C# - with (this is a compromise) minimal fixed asset dependencies of any kind other than code itself (eg no textures, no models, etc). The goal with this project is to re-create, from the ground up, a perfect replica of the experience of the original acrade game in C#. I hope you agree I've done a decent job at this so far. Please feel free to contact me with any issues you have CODE WALKTHROUGH: https://www.youtube.com/watch?v=TG3cw-dZYtU
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    glvideotexture_chung video to openGL
    glvideotexture chung / freeGIFviewer is a small gif / video loops (about 11secs 9fps avi,wmv,gif) to 3D openGL textures (12 textures 1024 or 512 or 256 jpg per video , 8 images per texture) viewer converter with demo example animated ocean sea seashore 3D written in compiled freebasic . Uses classic OpenGL (i dont like modern openGL), can run on old pcs (no glsl required). as many simultaneous video animation loops as wanted. The generated textures (jpg) can be used in any apps and are 2x to 32x more compact than the original video . ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    MaLiang

    MaLiang

    iOS painting and drawing library based on Metal

    MaLiang is a painting framework based on Metal. It supports drawing and handwriting with customized textures. The name of "MaLiang" comes from a boy who had a magical brush in a Chinese ancient fairy story. A Canvas is the basic component of MaLiang. You will paint all things on it. Canvas extends from MetalView, which extends from MTKView. MetalView handles all the logic with MetalKit and hides them from you. MaLiang supports the automatic adjustment of stroke size with painting force. 3D Touch is supported by default, and simulated force will be setup on devices that do not support this. forceSensitive is the property that force affects the stroke size. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Minecraft Texture Studio

    Minecraft Texture Studio

    Easily create resource packs for Minecraft

    Easily create resource packs for minecraft. Program automatically detects your minecraft installation and imports the textures from minecraft allowing you to edit them easily, and import them into minecraft. You can also save your resource pack and give them them to friends, backup them up or post them online. Includes a 3D preview of all the blocks in minecraft and any changes you make to the textures is shown straight away on the preview
    Downloads: 35 This Week
    Last Update:
    See Project
  • 15
    The Seashore Project

    The Seashore Project

    easy to use image editor for OSX

    ...Read more in the FAQ here https://eolcoderllc.github.io/Seahorse/future_of_seashore Seashore is a free, open-source image editor for built entirely in Cocoa. It features advanced tools like multiple layers and alpha channel editing, alongside basic tools like gradients, textures, text (with subpixel rendering) and brushes. Download the latest version of Seashore for FREE on the App Store https://geo.itunes.apple.com/us/app/seashore/id1448648921?mt=12&app=apps The latest code can be found at https://github.com/robaho/seashore The code is normally also here but I am having trouble with the github integration.
    Downloads: 27 This Week
    Last Update:
    See Project
  • 16
    ACME Gingerbread Kit

    ACME Gingerbread Kit

    ACME Gingerbread Kit is a themed variant of ACME Resource Pack.

    The ACME Gingerbread Kit trades out a host of textures of Christmas/Winter themed art that will enable the building of gingerbread structures, giant Christmas trees with popcorn strands and striped candy building blocks. It works in conjunction with ACME Resource Pack.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    DelphiQuake

    DelphiQuake

    Source port of Quake developed in Delphi

    DelphiQuake is the source code translation of the game Quake to the Delphi programming language. Source code repository: https://github.com/jval1972/DelphiQuake
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    ETW Crimean Khanate Revamp

    ETW Crimean Khanate Revamp

    ETW Crimean Khanate revamnped with new custom units and features

    Revamped and expanded the roster of 15+ units with over 30 unique models with meshes and textures ported from Mount & Blade: With Fire & Sword and Europa Universalis 4. All original content credit to them. I have reached out and obtained permission to port their assets, including other mod authors of Stainless Steel and Ognem e Mecem mods. The only credit I claim is adapting these models into ETW format and re-rigging to the ETW skeleton and overall making these models work in ETW.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    MatCaps

    MatCaps

    Huge library of matcap PNG textures organized by color

    Matcaps is a comprehensive library of matcap (material capture) PNG textures organized by color, providing artists and developers with a wide range of materials for 3D modeling and rendering. Matcaps simplifies the process of applying consistent and realistic materials to 3D models, enhancing visual quality without the need for complex shader setups.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 20
    PureCSS Francine

    PureCSS Francine

    HTML/CSS drawing in the style of an 18th-century oil painting

    ...It showcases the expressive potential of front-end technologies and serves as both an educational example and a piece of digital art. The project emphasizes precision, creativity, and the boundaries of what is possible within web standards. Every visual element—from facial features to textures—is rendered using handcrafted CSS properties, illustrating advanced concepts in styling and layout manipulation. As a result, purecss-francine stands as a powerful example of CSS mastery, inspiring developers and designers to explore the artistic capabilities of code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    jMonkeyCSG

    CSG for jMonkey

    Expanded Constructive Solid Geometry support for jMonkey. CSG supports boolean operations on primitive shapes, building up a complex surface from the addition/subtraction of simple cubes, spheres, etc. Check out the jMonkeyCSG website for more details.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Cocos2d-x

    Cocos2d-x

    Open-source, cross-platform, game-development tools

    Cocos2d-x is a mature, free, open-source, cross-platform C++ game development framework—derived from cocos2d-iPhone—for building 2D games, interactive media, and demos across major platforms. Fast and compressed textures: PVR compressed and uncompressed textures, ETC1 compressed textures, and more. Language: C++, with Lua and JavaScript bindings. Android Studio 3.0.0+ to build Android games(tested with 3.0.0). JRE or JDK 1.6+ is required for web publishing. Fast font rendering using Fixed and variable-width fonts.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 23
    Shapes 3D

    Shapes 3D

    Create 3D shapes for Processing

    A Processing library that provides the programmer with a wide range 3D shapes and features for the enthusiastic sketcher. The library website http://www.lagers.org.uk/s3d4p/index.html has a large number of guides so the user can get the most out of this library. V3 has been completely rewritten so is not backwardly compatible with earlier versions. Shapes3D can now be used with G4P so 3D views can be embedded into the main display window alongside other content.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Wolf Whisperer

    Wolf Whisperer

    WolfcamQL GUI and Demo Organizer

    ...Easily jump to any time on the game clock, cycle through frags and record high quality video or encode for YouTube. It comes packaged with the latest version of WolfcamQL and includes over 100MB of high quality textures and weapon models. A new concept is also being introduced called Voice Over Demos. A Quake Live demo with an Mp3 backing track combined into one vod file. Watch top quality games with the best quality graphics that only a demo can provide with synced commentary. They are fully customizable so you can create your own, or edit one to add your own cast or music if you so wish. ...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 25
    AwesomeBump

    AwesomeBump

    Open Source graphic tool and alternative to Insane Bump

    ...It was made as an alternative to known gimp plugin Insane Bump or the commercial tool Crazy Bump. It is designed to generate normal, height, specular or ambient occlusion, metallic, roughness and other textures from a single image. Most of the image processing is done on GPU so the program runs very fast and all the parameters can be changed in real time.
    Downloads: 27 This Week
    Last Update:
    See Project