Filter

Mina senaste sökningar
Filtrera:
Budget
till
till
till
Typ
Kompetens
Språk
    Jobbstat
    2,000 opengl cuda jobb har hittats, med prissättning USD

    As an individual working in the signal processing industry, I'm currently running a project that needs some expert technology adaptability. The project involves: - Converting an existing Matlab code into CUDA. - Ensuring the code correctly executes Fourier transforms when run on a Jetson Nano platform. The ideal candidate for this assignment would have: - An extensive working knowledge of Matlab and CUDA. - Strong experience in handling signal processing tasks, especially Fourier transforms. - Proven experience in dealing with the Jetson Nano platform. - Excellent debugging skills to ensure the proper functioning of the transferred code. If you possess these skills and experience, feel free to submit a bid. Looking forward to working with a proficient and dedicated f...

    $106 (Avg Bid)
    $106 Snittbud
    14 bud

    ...currently dealing with an issue on a piece of code in OpenGL GLSL and C++. The code operates as designed when run on an integrated GPU but unfortunately, falls with a dedicated GeForce NVIDIA GPU (see pictures). The code deals with compute shaders and parallel computing of a combinatorial problem. The OpenGL and GLSL versions in use are 4.3. I'm sending pictures how it gives me the proper output on integrated and the error shown for dedicated NVIDIA. The solver must have a dedicated GeForce GPU and should first present that the code also doesn''t work for him/her on the dedicated GPU !! The key functionalities in use are Buffer Objects and Compute Shaders. As such, I'm in search of a skilled developer who: - Has in-depth expertise in OpenGL ...

    $185 (Avg Bid)
    $185 Snittbud
    6 bud

    I require a skilled professional comfortable with Linux system administration. A very important part of this project is the Installation of FFMPEG with CUDA support on an Almalinux 8 server, implemented on a 1080ti card. Key Requirements: - You must be comfortable with Linux server administration, specifically AlmaLinux 8. - You must be able to install the latest version of FFMPEG. - CUDA support on the FFMPEG must be duly enabled. - The main goal after installation is to achieve top-notch video encoding performance. - Professional experience or technical understanding of video encoding software and processes is a plus. - You must have prior experience or know-how dealing with Nvidia graphics cards, particularly the 1080ti model. I have root/administrator access to the s...

    $57 (Avg Bid)
    $57 Snittbud
    4 bud

    I am seeking a proficient C++ developer to port an existing demo from SDL-LightGun to an SDL/OpenGL one. GitHub repository: viudeo here The objective is to have the demo function equivalently SDL/OpenGL platform. right now its only showing white screen. Key aspects: - C++ proficiency - Familiarity with SDL and OpenGL - Experience in software porting - non need for a lightgun because a mouse will work

    $25 (Avg Bid)
    $25 Snittbud
    7 bud

    I am looking for a talented developer, skilled in OpenGL, to create billboards that remain constantly pointed towards the camera for a project I am working on. - The core function of these billboards will be to process textures. - It is crucial that these billboards always face the camera irrespective of camera positioning or movements. - As the camera viewpoint changes within the scene, I need the billboard vertices to be accurately computed. The ideal freelancer for this project would have substantial experience in OpenGL and 3D graphics, a deep understanding of camera dynamics, and stellar problem-solving skills. They must be proficient in computing vertices and capable of ensuring the billboards maintain their size and position, effectively handling different camera vi...

    $52 (Avg Bid)
    $52 Snittbud
    4 bud

    I require a proficient CUDA programmer to rewrite an existing Python program. The primary purpose of the software is to perform data analysis. Key Details: * The type of analysis hasn't been disclosed but expect handling diverse data sources. * Time is of the essence, I need the rewritten software ready ASAP. Ideal proficiency: * Deep understanding of both Python and CUDA programming environments. * Previous experience handling data analysis software will be advantageous. * The ability to deliver under tight deadlines while maintaining the quality of work is crucial.

    $181 (Avg Bid)
    $181 Snittbud
    15 bud

    I have developed a computer vision code for 3 cameras to detect a specified object using a mask that I setup. The code is working but it is very slow. I also tried with Nvidia CUDA, but it did not give the expected results, I want someone to check the code and make necessary optimizations to make it as fast as possible.

    $952 (Avg Bid)
    $952 Snittbud
    12 bud

    I need a highly proficient CUDA expert who has deep experience with both C and C++. - The precise field of application for this project was left undefined; it may involve fields as diverse as image processing, data analysis or machine learning. - Given the lack of specification, adaptability and a broad understanding of CUDA in various contexts is a must. - The project is urgent and I'm seeking someone who can start immediately to deliver results as soon as possible.

    $209 (Avg Bid)
    $209 Snittbud
    11 bud

    Vänligen Vänligen Registrera dig eller Logga in för att se mer information.

    Framhäv Försegla

    I am seeking a seasoned CUDA developer to design a custom CUDA kernel for machine learning purposes. Specifically, a variant of flashattention. - Key Responsibilities: - Develop a CUDA-based kernel for deep learning. Ideal candidates should have experience in algorithmic development, with a deep understanding of Transformers and have previous exposure to CUDA programming. Candidates should be able to demonstrate a track record of success in similar roles.

    $10000 - $20000
    Försegla
    $10000 - $20000
    12 bud

    is our website. Please check it out. It''s an application designed to allow reps to go to any webpage, drop notes on the webpage, save them to that URL, and then when they present that webpage to ...and then when they present that webpage to an audience via screen share the audience is shared a clean emulated view of the rep's screen and the rep navigates from the view that has notes. The notes help the rep. We are looking for a developer that can come help us with our CURRENT solution and NOT tell us that they want to rewrite everything. These are things we know need to be done: - Because openGL is not working on Mac, we need to create a wrapper that allows our Mac CEF instance to be functional. - We need to finish the UI - We need to publish our app the associate...

    $13 / hr (Avg Bid)
    $13 / hr Snittbud
    9 bud

    Vänligen Vänligen Registrera dig eller Logga in för att se mer information.

    Framhäv Försegla Sekretessavtal

    I have a simulation in Python/CuPy of electrons in a wire that I want to translate into Rust (or Vulkan, or OpenCL, or CUDA, or Julia or fix the Python so it uses far less memory, maybe calling PyCUDA) and make a major modification. The simulation calculates the coulumbic forces between all pairs of electrons every delta-t and then after that uses the force to calculate the new positions and velocities. It also outputs a graph showing the density of electrons at each slice of the wire at each delta-t. From this I can see how fast a signal is propagating down the wire in the simulation. I have tried to allow for the propagation delay between the electrons by using the velocity to estimate where the electron would really have been back in time and calculating the force from tha...

    $2416 (Avg Bid)
    $2416 Snittbud
    13 bud

    ...allowing for more than two concurrently open windows. The proposed solution involves: BaseWindow Class: This class will manage SDL2 windows and contexts, along with ImGui contexts and rendering. Actual ImGui drawing code, such as ImGui::Button, could be handled in derived BaseWindow classes. Additionally, the BaseWindow class should handle SDL resizing events to ensure correct window and OpenGL viewport updates. Derived Windows (from BaseWindow Class): Custom windows can be derived from the BaseWindow class. These derived windows will primarily contain a Render() function, passed back to the base window for SDL2 and ImGui rendering, buffer swapping, etc. The ability to override resize event callbacks while retaining the BaseWindow's functionality is also c...

    $202 (Avg Bid)
    $202 Snittbud
    22 bud

    ...Windows platform. This project demands a sophisticated system capable of handling intricate gameplay dynamics and high-quality graphics. **Requirements:** - Develop an advanced FPS game engine for Windows. - Engine must support high-quality graphics and complex game mechanics. - Experience in game development, particularly in FPS. **Ideal Skills and Experience:** - Proficient in C++/C# and DirectX/OpenGL. - Strong background in 3D graphics programming. - Familiarity with Windows platform development. - Previous experience developing game engines, preferably for FPS games. - Understanding of physics, AI, and network code for multiplayer games is a plus. I aim to collaborate closely with the developer to ensure that the engine meets the specific needs of my project, offering pl...

    $608 (Avg Bid)
    $608 Snittbud
    21 bud

    I'm looking for a skilled CUDA programmer to develop a specialized tool designed for finding Bitcoin mnemonics. This tool is targeted at users with a strong understanding of cryptocurrency security and recovery processes. **Key Requirements:** - Compatibility with Windows OS. - A command-line interface to ensure straightforward usability for those familiar with terminal commands. - Ability to read and process data from a text file where the necessary inputs for mnemonic recovery will be listed. **Ideal Skills and Experience:** - Proficiency in CUDA programming for leveraging GPU acceleration, which is crucial for speeding up the mnemonic recovery process. - Experience in developing command-line interface (CLI) tools, especially those involving complex data processing....

    $2447 (Avg Bid)
    $2447 Snittbud
    14 bud

    ...specific focus on simplicity and speed, requiring a professional capable of handling the nuances of server management and Python applications. Ideal Skills and Experience: - Proficient in Python with a solid understanding of its ecosystems. - Experience with AWS, particularly EC2 instances. - Knowledge of Linux server management. - Familiarity with version control (Git) and deployment practices. - Cuda Project Requirements: - Deploy a Python Github repository onto a Linux server in AWS. - Ensure all necessary dependencies are installed and configured. - Verify the deployed application runs smoothly and efficiently. - Complete the project within the shortest possible timeframe. Additional Information: - The exact Python libraries and dependencies required may be specified at a ...

    $28 (Avg Bid)
    $28 Snittbud
    11 bud

    ...seeking a skilled developer who can create a standalone function leveraging GPU acceleration via CUDA to generate 32-bit random numbers. This capability is crucial as a helper function in our ongoing projects. Here’s what I’m looking for: - **Primary Task**: Development of a C++ standalone function that generates a block of 32-bit random numbers using NVIDIA's CUDA technology. - **Application**: This function will serve as a helper component, potentially enhancing our processes in simulations, though its design should be versatile for various applications including data analysis and cryptography. - **Ideal Skills and Experience**: - Proficiency in C++ programming. - Solid experience with CUDA and GPU programming. - Understanding of random...

    $42 (Avg Bid)
    $42 Snittbud
    8 bud

    Hi, I have +7 years of experience dealing with machine learning algorithms and worked on multiple projects in this field, Please contact me to discuss more. Have a nice day

    $32 (Avg Bid)
    $32 Snittbud
    1 bud

    Vänligen Vänligen Registrera dig eller Logga in för att se mer information.

    Sekretessavtal
    Jetson, Cuda Avslutades left

    在特定(NVIDIA)平台上实现图像处理,应用产品是“药片判定装置”。

    $1137 (Avg Bid)
    $1137 Snittbud
    6 bud

    I'm looking to recruit an OpenGL/DirectX expert proficient in developing 3D modeling software in C++. Must be someone with noteworthy experience in developing CAD software. Specifically, the project involves producing highly realistic land, ground, and mining 3D environments. Considered a Fit if: - You must be proficient in OpenGL or DirectX, DirectX being preferred - You've previously developed complex software projects revolving around CAD. - Have an extensive understanding of how to build, implement, and fine-tune 3D models, particularly land, ground, and mining scenarios. - Strong skills in producing highly accurate and detailed models are expected. -An understanding of geospatial coordinates or mining, surveying would be helpful. An expert understanding of 3...

    $123 (Avg Bid)
    Garanterad
    $123
    2 bidrag

    I'm seeking an experienced OpenGL developer for implementing wireframe rendering on a Commodore 64 platform. The project is currently at the basic setup stage, requiring expertise to elevate it to the next level with your programming skills. Ideally, TGI support can be incorporated if needed to ensure optimal performance. Potential future expansions may include advancements such as face filling features. Key Requirements: - Proficient in OpenGL - Experience with Commodore 64 programming - Ability to design and implement wireframe rendering - Familiarity with TGI support could be advantageous - Have used CC65 here is initial working state of line drawer Please note that although the initial project requires a focus on wireframe rendering, there

    $83 (Avg Bid)
    $83 Snittbud
    6 bud

    I require a competent OpenGL programmer who specialises in 3D modeling to review my code and give advice via teams / zoom for a basic structure of a plane. The preferred individual should be highly skilled in creating 3D models using standard ratios. Given this, there's no requirement for the model to have a detailed exterior or interior, only a simple structure is required for this project. This need extends to the ability to work efficiently, deliver high-quality work on time, and have a keen eye for detail. Previous experience with 3D modeling in OpenGL is a must.

    $314 (Avg Bid)
    $314 Snittbud
    8 bud

    ...should detect the number of GPUs and work accordingly. I have missing wif codes. for example, the last 12 characters of a key are missing. or the middle 5 characters are missing, so I need the source of this code. I am using Windows visual studio 2022. Those who want to do this simple project, please contact me. Driven by quality, efficiency and creativity, the ideal freelancer should have: - Cuda - A Solid foundation in C++ - Windows Visual Studio 2022 - Capabilities to harness the power of multi-GPUs Although we're asking for intermediate level experience, we're open to professionals who can demonstrate capability beyond their years. Emails without direct comments on your relative experience will not be answered. Ensure your experience in C++ programming is clearl...

    $25 (Avg Bid)
    $25 Snittbud
    4 bud

    ...seeking a proficient developer capable of porting MiniOpenGL on a Commodore 64. The goal of this task is to achieve compatibility with my existing software. This includes: - Ensuring compatibility with specific development software. This project should be focused on making MiniOpenGL compatible with CC65, a comprehensive software development package. Skills and Experience: - Experience in OpenGL and porting it on different platforms - Deep understanding of Commodore 64 architecture - Proficiency in CC65, because the ported MiniOpenGL needs to be compatible with this particular development software This project is ideal for someone who enjoys a challenge and is looking to expand their toolkit while making an impact on my software's functionality.

    $145 (Avg Bid)
    $145 Snittbud
    13 bud

    ...Computation: The project involves optimizing certain computational functions to run on GPUs. This task requires a skilled programmer with experience in CUDA programming. The role is open to individuals who can work on a project basis and will be compensated accordingly. As a computer science graduate myself, I possess a foundational understanding of programming principles, so I am not a complete novice in this field. I am looking forward to collaborating with talented individuals who are eager to contribute and co-create a robust solution. Skills Required: Proficient in JavaScript and familiar with its frameworks Experience with GPU programming and CUDA Ability to explain complex code structures in simple terms Experience with POW mining programs is a pl...

    $1030 (Avg Bid)
    $1030 Snittbud
    11 bud

    Build a realistic environment with planets simulating the Sun-Earth-Moon model. The background will be black with stars in random positions. The Sun should be in the center of the scene. The Earth will rotate around the Sun and around itself. The Moon will revolve around the Earth. The .obj files of the planets, and lectures with examples will be given in chat. deadline: 21/1 budget: $50 USD

    $73 (Avg Bid)
    $73 Snittbud
    16 bud

    Build a realistic environment with planets simulating the Sun-Earth-Moon model. The background will be black with stars in random positions. The Sun should be in the center of the scene. The Earth will rotate around the Sun and around itself. The Moon will revolve around the Earth. The .obj files of the planets, and lectures with examples will be given in chat. deadline: 21/1 budget: $50 USD

    $153 (Avg Bid)
    $153 Snittbud
    17 bud

    I need a specialist to setup the CUDA Package on my Ubuntu efficiently. Key project tasks involve: - Downloading and installing the latest version of CUDA package - Ensuring compatibility with my existing NVIDIA GPU The ideal freelancer for this project will have: - Experience with Ubuntu 20.04 - In-depth knowledge of CUDA and its latest packages - Familiarity with NVIDIA GPUs - Ability to work swiftly and efficiently Your task is to ensure successful installation and configure the environment to use the installed CUDA software seamlessly. Also, I would appreciate a quick brief or walkthrough after the installation is done.

    $23 (Avg Bid)
    $23 Snittbud
    12 bud

    I'm looking for an adept 3D developer specialised in using OpenGl and Shaders. The specifics of the project are not yet defined as your input and suggestions will be highly appreciated. • Project Goal: While the type and purpose of the 3D project is open-ended, I'm interested in exploring opportunities in game development, visualizations, and animations in different sectors, ranging from entertainment to education and marketing. • Ideal Skills & Experience: Proficiency in 3D modeling and rendering, along with deep knowledge of OpenGl and shaders is essential. A portfolio of diverse 3D projects would further attest to your adaptability and creativity. • Application Information: Despite having the choice to include past work, experience, or de...

    $79 (Avg Bid)
    $79 Snittbud
    5 bud

    I require an expert in OpenGL to develop a customized, interactive 3D project for me. The project will encompass a small map filled with a few specified objects including: - Buildings - Drones - Targets These objects should mirror real-world counterparts however they don't need to be hyper-realistic. Bidders with the knowledge of creating a good balance between realistic and artistic styles will be appreciated. The project's functionalities should include: - Smooth movement - Efficient collision detection - Dynamic animation Ideal candidates will have established experience with OpenGL, 3D modeling and animation, and game development. Skills in creating realistic but not overly detailed models would be preferred. This project is more about function and lifelike ...

    $105 (Avg Bid)
    Brådskande
    $105 Snittbud
    10 bud

    I am looking for an expert in DSP who can convert Matlab code to Cuda and run it on Jetson Nano. The purpose of this conversion is to utilize the GPU capabilities of Jetson Nano. The main goal of this project is to improve the execution speed of the code. The expected timeline for completing the conversion and running the code on Jetson Nano is 4 days. Ideal skills and experience for this job include: - Expertise in DSP - Proficiency in converting Matlab code to Cuda - Experience in running code on Jetson Nano - Knowledge of GPU capabilities and optimization techniques If you are confident in your abilities and can meet the specified timeline, please bid on this project.

    $233 (Avg Bid)
    $233 Snittbud
    14 bud

    ...consists of clean WAV files, synchronized meticulously with the corresponding video and transcripts text for the audio. input for the model: transcripts .text model: deepface deepvoice deep corporal mov lipsync Desired Output: - Generate a video like 5sec max Level of Personalization: - Highly personalized (based on text) Preferred Programming Language: - Python,cuda, c, c++ Ideal Skills and Experience: - Strong background in AI and machine learning - Proficiency in Python programming language - Experience in video synthesis and generative AI models - Ability to personalize video output based on user behavior or preferences - Knowledge of deep learning frameworks such as TensorFlow or PyTorch - Familiarity with computer vision and image processing techniques

    $2422 (Avg Bid)
    $2422 Snittbud
    36 bud

    I am looking for a freelancer who can help me install CUDA/cuDNN and other necessary software for my dual RTX 3090 system. Hardware Components: - I already have the necessary hardware components for the dual RTX 3090 system. Operating System: - The system will be running on Windows. Applications: - I will primarily be using this system for deep learning purposes. Skills and Experience: - Experience with installing CUDA/cuDNN and other software on Windows systems. - Knowledge of deep learning frameworks and libraries. - Familiarity with optimizing system performance for deep learning tasks.

    $530 (Avg Bid)
    $530 Snittbud
    23 bud

    We are seeking a skilled and WebGL developer to enhance our VR project. The current engine functions smoothly on OpenGL, but compatibility issues have arisen with WebGL. The project utilizes React Fiber and for development. Key Requirements: Strong proficiency in and WebGL development. Experience with React Fiber for VR applications. Troubleshooting skills to address issues with the transition from OpenGL to WebGL. Deliverables: Identify and resolve compatibility issues with WebGL. Optimize the React Fiber and codebase for seamless VR experiences. Submission Requirements: The attached files include the current React and code for your review. We look forward to collaborating with a talented developer who can bring our VR project to its full

    $171 (Avg Bid)
    $171 Snittbud
    16 bud

    ...experienced OpenGL (C++) developer able to assist in creating a virtual environment (3d look from car cabin) for my school project. Key Tasks: * Creating moderate complexity 3D Models: You should be proficient in designing 3D models of small buildings and simple characters. * Implementing shaders and lighting effects: Bring your expertise in making the virtual environment more realistic and attractive. Skills and Experience: * Proficient in OpenGL (C++) programming * Hands-on experience with 3D modeling * Strong knowledge and experience in shaders and lighting effects. * Prior experience in developing virtual environments would be an added advantage. The idea is to create a 3D look from a car cabin. I would provide the code for the instrument panel, which is written ...

    $94 (Avg Bid)
    $94 Snittbud
    5 bud

    ...Widevine DRM implementation is a big plus. - Proven knowledge on WVD file creation. - This is a challenging role that calls for a keen detail-oriented mind and great communication skills. If you are a tech-savvy professional with an in-depth understanding of these languages and tasks, we'd like to meet you. - Skills Required - C Programming - Software Architecture - C++ Programming - Python - CUDA...

    $58 (Avg Bid)
    $58 Snittbud
    5 bud

    I'm looking for a seasoned game developer to create a stimulating 3D color sorting puzzle game incorporating keyboard and mouse controls up to a maximum of $60. Key skills needed include: - Proficiency in C programming - Expertise with OpenGL and GLUT - Experience in 3D game development The goal is to implement a 3D game to solve the well-known Color Sort Puzzle. The game is implemented in C using OpenGL and GLUT. These puzzles consist of jars with water of different colors that do not mix. The objective is to pour water from one jar to another (following some rules) until all jars contain water of the same the game to be implemented, blocks will be used instead of water or balls. A block is a 3D shape, for example, a cube. The game has n jars with a capacity of l ...

    $341 (Avg Bid)
    $341 Snittbud
    11 bud

    Necesito ayuda con un proyecto que consiste en usar C++ y OpenGL para conseguir una animación en específico.

    $182 (Avg Bid)
    $182 Snittbud
    15 bud

    I am looking for a freelancer who can help me install Desmond on my Linux GPU VPS. This project is for personal use and I have a general idea of the installation process, but I need advice to ensure it is done correctly. also need to install Cuda core for GPU support. Requirements: - Install Desmond on a Linux GPU VPS - Provide guidance and advice throughout the installation process Skills and Experience: - Proficiency in Linux and GPU VPS - Experience with installing Desmond and other software on a Linux system - Strong troubleshooting skills to ensure a successful installation

    $45 (Avg Bid)
    $45 Snittbud
    14 bud

    Write a C++ application that uses a custom class(es) with OpenGL and a third-party library (i.e. ASSIMP) to load and display animated 3D objects in OBJ files. Your program should load and render the objects in the 3D screen.

    $25 (Avg Bid)
    $25 Snittbud
    6 bud

    Parallelizing the given C++ sequential code to run on Nvidia GPU using CUDA.

    $26 (Avg Bid)
    $26 Snittbud
    1 bud

    Aplicacion para determinar el estado actual de un cubo de Rubick y replicarlo en OpenGL (NO RESOLVER EL CUBO) - Asumir el CUbo Clasico cuya configuración es 3x3. Desarrollado en android Studio y tomando como ejemplo el siguiente vinculo:

    $141 (Avg Bid)
    $141 Snittbud
    10 bud
    Cubo Rubikk 3D Avslutades left

    Aplicacion para determinar el estado actual de un cubo de Rubick y replicarlo en OpenGL (NO RESOLVER EL CUBO) - Asumir el CUbo Clasico cuya configuración es 3x3. Basarse en un prototipo como el siguiente

    $19 / hr (Avg Bid)
    $19 / hr Snittbud
    10 bud
    Rust CUDA GPU engineer Avslutades left

    Rust CUDA GPU engineer Purpose of the project: We need to GPU (CUDA) accelerate a Rust library we are using. Attached is the profiler showing CPU usage. Specific issue to optimize: Speed Deadline: Yes, within 2 weeks Skills and experience required: - Strong proficiency in Rust programming language - Experience with CUDA and GPU programming - In-depth knowledge of code optimization techniques - Familiarity with performance profiling and analysis tools - Ability to identify and resolve bottlenecks in code - Understanding of parallel computing and concurrency concepts - Strong problem-solving skills - Excellent communication and collaboration abilities (main repo) (from profiler)

    $29 / hr (Avg Bid)
    $29 / hr Snittbud
    14 bud
    sivakumars Avslutades left

    I am looking for a Linux installation and Python-related projects. This project requires expertise in both Linux and Python. Skills and Experience: - Strong knowledge of Linux installation and Python programming cuda installation curl

    $11 / hr (Avg Bid)
    $11 / hr Snittbud
    12 bud

    I am looking for a programmer with experience in C++ to help me with a project on KMeans Clustering - Parallelization with OpenMP, MPI, and Cuda. Requirements: - Proficiency in C++ programming language - Experience with KMeans Clustering algorithm - Ability to parallelize the code for efficient processing Dataset: - I will provide the dataset for the clustering analysis - The dataset size is expected to be medium, ranging from 100MB to 1GB Skills and Experience: - Strong knowledge of C++ programming language - Familiarity with KMeans Clustering algorithm - Experience in parallelizing code for efficient processing If you have the required skills and experience, please reach out to me. Thank you.

    $153 (Avg Bid)
    $153 Snittbud
    16 bud

    I am looking for a C programmer with experience in OpenGL to create a simple project. The main functionality of the program will be to create an interactive user interface. Specific requirements for the project include: - Displaying simple 3D shapes such as cubes and spheres. - The program should be able to implement shaders to enhance the visual effects. The project needs to be completed within a week. Ideal skills and experience for the job: - Proficiency in C programming language and OpenGL. - Experience in creating interactive user interfaces. - Knowledge of shaders and 3D graphics.

    $30 - $250
    Försegla Sekretessavtal
    $30 - $250
    1 bud

    OpenGL Desktop Application - I am looking for a skilled developer to create a desktop application using OpenGL. - The main purpose of the application is to display the music score on 3D env. - Key requirements are to parse, display and play the MusicXml or Midi. (editing is optional) - The client specifically wants the application to focus on parsing a xml and draw a music score. - The ideal candidate should have experience in OpenGL and music notation. Look forward to hear from a developer experienced in OpenGL and music score. The proper candidate will be provided with more details. Thanks.

    $1384 (Avg Bid)
    $1384 Snittbud
    29 bud