Farama-Foundation / lycon2

A minimal and fast image library for Python and C++
Other
4 stars 1 forks source link

import lycon2 #1

Closed benblack769 closed 3 years ago

benblack769 commented 3 years ago

On installing lycon2, you should be able to do

import lycon2

Instead of

import lycon

I belive all that needs to be done is to rename the lycon folder in the root directory of the project, and change imports within the project, but there might be some more work here.

ahmed-akader commented 3 years ago

See e889c6bd0e2428323fc237aa654e4b2346f71c42 and 0588c69c8dbad1d430bc9a52f71c1c17042dd147. I left the C files unchanged for the most part.