Giter Site home page Giter Site logo

lgmo / first_draw_cinder Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vituriano/first_draw_cinder

0.0 0.0 0.0 4 KB

This repository contains the source code and Docker configurations for a simple GUI application using X11 forwarding with the Cinder library. This project is part of a multimodal discipline in a computer science course.

C++ 15.33% CMake 17.46% Dockerfile 67.21%

first_draw_cinder's Introduction

Cinder Multimedia Project

This repository contains the source code and Docker configurations for a simple GUI application using X11 forwarding with the Cinder library. This project is part of a multimodal discipline in a computer science course.

Prerequisites

  • Docker installed on your machine.
  • An active X server on your host machine (required for GUI application display).

Building and Running the Docker Image

docker compose up --build

This will build the Docker image and run the container with X11 forwarding, displaying the GUI application developed with the Cinder library.

Customize for Your Cinder Application

  1. Dockerfile: Modify the Dockerfile to include the necessary dependencies for your specific Cinder application.

  2. docker-compose.yml: Update the command in the docker-compose.yml file to run your actual Cinder GUI application.

  3. Build and Run: Use the provided command (docker compose up --build) to build and run your Docker container.

Important Notes

  • Ensure that your X server on the host machine is properly configured to allow connections from Docker containers.
  • Be cautious about using xhost + for X server access, as it can have security implications. Consider more secure access control methods.

first_draw_cinder's People

Contributors

vituriano avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.